@carbon/styles 1.94.1-rc.0 → 1.95.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 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: padding 70ms cubic-bezier(0.2, 0, 0.38, 0.9), width 0s linear 70ms;
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;