mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix focus visible
This commit is contained in:
@@ -25,7 +25,7 @@ export default css`
|
||||
}
|
||||
|
||||
.icon-button:hover:not(.icon-button--disabled),
|
||||
.icon-button:focus:not(.icon-button--disabled) {
|
||||
.icon-button:focus-visible:not(.icon-button--disabled) {
|
||||
color: var(--sl-color-primary-600);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user