@fluid-topics/ft-filterable-table 0.2.16 → 0.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -126,6 +126,12 @@ const U=Symbol.for(""),H=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)===
126
126
  position: absolute;
127
127
  inset: 0;
128
128
  display: flex;
129
+ background-color: ${te.colorSurface};
130
+ border-radius: ${te.borderRadiusS} ${te.borderRadiusS} 0 0;
131
+ }
132
+
133
+ .ft-input-label--outlined {
134
+ border-radius: ${te.borderRadiusS};
129
135
  }
130
136
 
131
137
  .ft-input-label {
@@ -860,7 +866,7 @@ const U=Symbol.for(""),H=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)===
860
866
  box-shadow: 0px 0px 0px transparent;
861
867
  border: 0px solid transparent;
862
868
  text-shadow: 0px 0px 0px transparent;
863
- font-size: inherit;
869
+ font-size: 16px;
864
870
  }
865
871
 
866
872
  button:hover {
@@ -888,7 +894,6 @@ const U=Symbol.for(""),H=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)===
888
894
  box-sizing: border-box;
889
895
  border: none;
890
896
  pointer-events: auto;
891
- line-height: 0;
892
897
 
893
898
  --ft-button-internal-font-size: ${Me.fontSize};
894
899
  --ft-button-internal-line-height: calc(var(--ft-button-internal-font-size) + 2px);