@kumori/aurora-wui-components 0.0.274-dev4142.4 → 0.0.274-dev4142.5

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/dist/index.js CHANGED
@@ -5678,8 +5678,8 @@ var AxebowCardVersionSelector = class AxebowCardVersionSelector extends LitEleme
5678
5678
  sl-option::part(base) { font-size: 0.75rem; padding-inline-start: 0.25rem !important; }
5679
5679
  sl-option::part(checked-icon) { display: none; }
5680
5680
 
5681
- sl-select:hover::part(display-input) { color: var(--axebow-gray); }
5682
- sl-select:hover::part(expand-icon) { color: var(--axebow-gray); border-color: var(--axebow-gray); }
5681
+ sl-select:hover:not([open])::part(display-input) { color: var(--axebow-gray); }
5682
+ sl-select:hover:not([open])::part(expand-icon) { color: var(--axebow-gray); border-color: var(--axebow-gray); }
5683
5683
 
5684
5684
  sl-select[open]::part(expand-icon) {
5685
5685
  color: white;