mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
fix invalid rule
This commit is contained in:
@@ -31,11 +31,8 @@ export default css`
|
||||
outline: transparent;
|
||||
}
|
||||
|
||||
:host(:focus-visible):not([disabled]) {
|
||||
color: var(--sl-color-primary-600);
|
||||
}
|
||||
|
||||
:host(:focus-visible) {
|
||||
color: var(--sl-color-primary-600);
|
||||
outline: var(--sl-focus-ring);
|
||||
outline-offset: calc(-1 * var(--sl-focus-ring-width) - var(--sl-focus-ring-offset));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user