0
Fork 0
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:
alonso.torres 2023-12-12 10:04:34 +01:00
parent 6969f8be03
commit 5522430afe

View file

@ -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 {