Skip to content

Commit b2b598d

Browse files
committed
chore(lint): add disable for focus-visible
1 parent 34681f1 commit b2b598d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/src/experimental/IssueLabel/IssueLabel.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
background-color: var(--label-bgColor-active);
3131
}
3232

33+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
3334
&:focus-visible {
3435
@mixin focusOutline 2px;
3536
}

0 commit comments

Comments
 (0)