mirror of
https://github.com/picocss/pico
synced 2025-07-03 08:46:25 +00:00
Merge pull request #587 from panda-madness/patch-1
Remove dotted border on [role=button] elements with a tooltip
This commit is contained in:
commit
c38b5180a2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user