@momentum-design/components 0.120.16 → 0.120.17

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.
@@ -5008,12 +5008,17 @@
5008
5008
  margin: 0.25rem 0;
5009
5009
  }
5010
5010
 
5011
- .input {
5011
+ :host::part(input-text) {
5012
5012
  white-space: nowrap;
5013
5013
  min-width: 90%;
5014
5014
  }
5015
5015
 
5016
- .input::-webkit-search-cancel-button {
5016
+ input[type="search"]::-webkit-search-cancel-button {
5017
+ -webkit-appearance: none;
5018
+ pointer-events: none;
5019
+ }
5020
+
5021
+ input[type="search"]:hover::-webkit-search-cancel-button {
5017
5022
  -webkit-appearance: none;
5018
5023
  pointer-events: none;
5019
5024
  }