Skip to content

Commit cb88290

Browse files
committed
Lint
1 parent f303320 commit cb88290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buttons/button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
// Keep :focus after :disabled. Allows to see the focus ring even on disabled buttons
101101
&:focus,
102102
&.focus {
103-
outline: none;
104103
border-color: var(--color-btn-focus-border);
104+
outline: none;
105105
box-shadow: var(--color-btn-focus-shadow);
106106
}
107107
}

0 commit comments

Comments
 (0)