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

Remove dotted border on [role=button] elements with a tooltip
This commit is contained in:
Lucas Larroche 2025-03-09 20:23:55 +07:00 committed by GitHub
commit c38b5180a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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