We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a0fd59 + 6fabc27 commit c38b518Copy full SHA for c38b518
scss/components/_tooltip.scss
@@ -9,7 +9,7 @@
9
#{$parent-selector} [data-tooltip] {
10
position: relative;
11
12
- &:not(a, button, input) {
+ &:not(a, button, input, [role="button"]) {
13
border-bottom: 1px dotted;
14
text-decoration: none;
15
cursor: help;
0 commit comments