@carbon/styles 1.94.1-rc.0 → 1.96.0-rc.0
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.
- package/css/styles.css +10 -1
- package/css/styles.min.css +1 -1
- package/package.json +3 -3
- package/scss/components/search/_search.scss +10 -3
package/css/styles.css
CHANGED
|
@@ -13831,7 +13831,7 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
13831
13831
|
.cds--search--expandable .cds--search-input {
|
|
13832
13832
|
padding: 0;
|
|
13833
13833
|
inline-size: 0;
|
|
13834
|
-
transition:
|
|
13834
|
+
transition: transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
13835
13835
|
}
|
|
13836
13836
|
.cds--search--expandable .cds--search-input::-moz-placeholder {
|
|
13837
13837
|
position: relative;
|
|
@@ -13892,6 +13892,15 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
13892
13892
|
fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
|
|
13893
13893
|
}
|
|
13894
13894
|
|
|
13895
|
+
.cds--search-magnifier-tooltip {
|
|
13896
|
+
display: flex;
|
|
13897
|
+
align-items: center;
|
|
13898
|
+
justify-content: center;
|
|
13899
|
+
}
|
|
13900
|
+
.cds--search-magnifier-tooltip .cds--search-magnifier {
|
|
13901
|
+
position: relative;
|
|
13902
|
+
}
|
|
13903
|
+
|
|
13895
13904
|
.cds--table-toolbar {
|
|
13896
13905
|
position: relative;
|
|
13897
13906
|
z-index: 1;
|