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:
Alex Kriuchykhin 2018-12-16 20:11:41 +01:00 committed by GitHub
commit a6bfa38ceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,10 @@
a {
color: $color-emperor;
&.disabled {
color: $color-white;
}
&:hover {
color: $brand-primary;
}