mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 22:58:35 +00:00
🐛 Fix hover style in dashboard
This commit is contained in:
parent
6969f8be03
commit
5522430afe
@ -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…
x
Reference in New Issue
Block a user