mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
Update _tooltip.scss
This commit is contained in:
parent
6dc6489e69
commit
6fabc27b19
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue