mirror of
https://github.com/frappe/books.git
synced 2024-12-24 11:55:46 +00:00
Sidebar hover and active color
This commit is contained in:
parent
5b32d5ba8d
commit
2f948e102c
@ -63,7 +63,12 @@ export default {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
|
|
||||||
&:hover, &.active {
|
&:hover {
|
||||||
|
color: $gray-300;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
color: $white;
|
||||||
background-color: $primary;
|
background-color: $primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user