We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba93d3d commit 55e0753Copy full SHA for 55e0753
src/base/base.scss
@@ -112,7 +112,7 @@ details {
112
:focus,
113
:focus-visible {
114
&:is(input, textarea, select) {
115
- outline-offset: 0;
116
border-color: transparent;
+ outline-offset: 0;
117
}
118
src/forms/input-group.scss
@@ -21,6 +21,7 @@
21
22
// within input group, if button exists change focus styles to match input (no offset)
23
&:focus-within {
24
+ // stylelint-disable-next-line selector-max-type
25
button {
26
outline-offset: 0;
27
0 commit comments