mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 15:39:50 -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);
|
transform: rotate(45deg);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
fill: var(--warning-color);
|
fill: $da-primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -420,7 +420,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $db-cuaternary;
|
background-color: $db-secondary;
|
||||||
|
span {
|
||||||
|
color: $da-primary;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.current {
|
&.current {
|
||||||
|
|
Loading…
Add table
Reference in a new issue