Skip to content

Commit 01e54c9

Browse files
committed
fix(style): fix focus-visible shadow on icon buttons
1 parent 5afba4c commit 01e54c9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/assets/global.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@ button {
180180
padding: 0;
181181
border: none;
182182
border-radius: 0;
183+
&:focus-visible {
184+
box-shadow: none;
185+
svg {
186+
filter: drop-shadow(0 0 0.625rem var(--accent));
187+
}
188+
}
183189
}
184190
}
185191
input {

0 commit comments

Comments
 (0)