Merge pull request #8 from panda-madness/patch-1

Update _tooltip.scss
This commit is contained in:
JWB 2024-11-10 07:40:25 -05:00 committed by GitHub
commit fe62017575
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
#{$parent-selector} [data-tooltip] {
position: relative;
&:not(a, button, input) {
&:not(a, button, input, [role="button"]) {
border-bottom: 1px dotted;
text-decoration: none;
cursor: help;