mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-02 21:51:51 +08:00
Merge pull request #1424 from okriuchykhin/ok_SCI_2909
Change color of the selected element in the side navigation [SCI-2909]
This commit is contained in:
commit
a6bfa38ceb
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@
|
|||
a {
|
||||
color: $color-emperor;
|
||||
|
||||
&.disabled {
|
||||
color: $color-white;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $brand-primary;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue