Skip to content

Commit c38b518

Browse files
Merge pull request #587 from panda-madness/patch-1
Remove dotted border on [role=button] elements with a tooltip
2 parents 4a0fd59 + 6fabc27 commit c38b518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/components/_tooltip.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#{$parent-selector} [data-tooltip] {
1010
position: relative;
1111

12-
&:not(a, button, input) {
12+
&:not(a, button, input, [role="button"]) {
1313
border-bottom: 1px dotted;
1414
text-decoration: none;
1515
cursor: help;

0 commit comments

Comments
 (0)