mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
🐛 Fix hover style in dashboard
This commit is contained in:
parent
6969f8be03
commit
5522430afe
1 changed files with 5 additions and 2 deletions
|
@ -335,7 +335,7 @@
|
|||
transform: rotate(45deg);
|
||||
|
||||
&:hover {
|
||||
fill: var(--warning-color);
|
||||
fill: $da-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -420,7 +420,10 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $db-cuaternary;
|
||||
background-color: $db-secondary;
|
||||
span {
|
||||
color: $da-primary;
|
||||
}
|
||||
}
|
||||
|
||||
&.current {
|
||||
|
|
Loading…
Add table
Reference in a new issue