Skip to content

Commit dbeb7a8

Browse files
committed
cleanup
1 parent 692aea9 commit dbeb7a8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/base/base.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,6 @@ details {
9191

9292
// global focus styles
9393

94-
@mixin focusBoxShadowInset($outlineWidth: 1px, $outlineColor: var(--color-accent-fg)) {
95-
border-color: var(--color-accent-fg);
96-
outline: none;
97-
box-shadow: inset 0 0 0 $outlineWidth $outlineColor;
98-
}
99-
100-
// form controls
101-
// target styles
102-
10394
a,
10495
button,
10596
[role='button'],

0 commit comments

Comments
 (0)