mirror of
https://github.com/penpot/penpot.git
synced 2025-03-28 15:41:25 -05:00
💄 Fix tooltip color background
This commit is contained in:
parent
d6b3a4dd65
commit
9aa8b9bc3e
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@ input[type=range]:focus::-ms-fill-upper {
|
|||
&:hover {
|
||||
|
||||
&::after {
|
||||
background-color: $dark-ui-bg;
|
||||
background-color: $primary-ui-bg;
|
||||
border-radius: $br-small;
|
||||
color: $medium-ui-text;
|
||||
content: attr(alt);
|
||||
|
|
Loading…
Add table
Reference in a new issue