Update _tooltip.scss

This commit is contained in:
Margulan 2024-08-06 09:47:49 +05:00 committed by GitHub
parent 6dc6489e69
commit 6fabc27b19
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;