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:
parent
5b32d5ba8d
commit
2f948e102c
@ -63,7 +63,12 @@ export default {
|
||||
cursor: pointer;
|
||||
border-radius: $border-radius;
|
||||
|
||||
&:hover, &.active {
|
||||
&:hover {
|
||||
color: $gray-300;
|
||||
}
|
||||
|
||||
&.active {
|
||||
color: $white;
|
||||
background-color: $primary;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user