Skip to content

Commit 55e0753

Browse files
committed
lint
1 parent ba93d3d commit 55e0753

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/base/base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ details {
112112
:focus,
113113
:focus-visible {
114114
&:is(input, textarea, select) {
115-
outline-offset: 0;
116115
border-color: transparent;
116+
outline-offset: 0;
117117
}
118118
}

src/forms/input-group.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
// within input group, if button exists change focus styles to match input (no offset)
2323
&:focus-within {
24+
// stylelint-disable-next-line selector-max-type
2425
button {
2526
outline-offset: 0;
2627
}

0 commit comments

Comments
 (0)