remove background on hover

pull/853/head
Cory LaViska 2022-08-10 11:12:07 -04:00
rodzic a8e8325ea7
commit d0820178c9
2 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -14,6 +14,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Added read-only custom properties `--auto-size-available-width` and `--auto-size-available-height` to `<sl-popup>` to improve support for overflowing popup content
- Fixed a bug where auto-size wasn't being applied to `<sl-dropdown>` and `<sl-select>`
- Fixed a bug in `<sl-popup>` that caused auto-size to kick in before flip
- Removed the default hover effect in `<sl-tree-items>` to make selections more obvious
## 2.0.0-beta.80

Wyświetl plik

@ -81,10 +81,6 @@ export default css`
cursor: not-allowed;
}
:host(:not([aria-disabled='true'])) .tree-item__item:hover {
background-color: var(--sl-color-neutral-100);
}
:host(:focus-visible) .tree-item__item {
outline: var(--sl-focus-ring);
outline-offset: var(--sl-focus-ring-offset);