mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix switch focus
This commit is contained in:
@@ -77,7 +77,7 @@ export default css`
|
||||
}
|
||||
|
||||
/* Focus */
|
||||
.switch:not(.switch--checked):not(.switch--disabled) .switch__input:focus-visible ~ .switch__control .switch__thumb {
|
||||
.switch:not(.switch--disabled) .switch__input:focus-visible ~ .switch__control .switch__thumb {
|
||||
outline: var(--wa-focus-ring);
|
||||
outline-offset: var(--wa-focus-ring-offset);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user