mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue