2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 11:29:03 +00:00

Sidebar hover and active color

This commit is contained in:
Faris Ansari 2018-10-15 17:33:18 +05:30
parent 5b32d5ba8d
commit 2f948e102c

View File

@ -63,7 +63,12 @@ export default {
cursor: pointer;
border-radius: $border-radius;
&:hover, &.active {
&:hover {
color: $gray-300;
}
&.active {
color: $white;
background-color: $primary;
}
}