diff options
Diffstat (limited to 'packages/ui/src/components/icon-button.css')
| -rw-r--r-- | packages/ui/src/components/icon-button.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/components/icon-button.css b/packages/ui/src/components/icon-button.css index 7d5d3280f..aa550e990 100644 --- a/packages/ui/src/components/icon-button.css +++ b/packages/ui/src/components/icon-button.css @@ -90,8 +90,8 @@ /* color: var(--icon-hover); */ /* } */ } - &:focus:not(:disabled) { - background-color: var(--surface-focus); + &:focus-visible:not(:disabled) { + background-color: var(--surface-raised-base-hover); } &:active:not(:disabled) { background-color: var(--surface-raised-base-active); |
