show "bar-item-no-hover" with inverted color

to visually differentiate from interactive items
This commit is contained in:
Fabio 2020-03-27 11:33:26 +01:00
parent bb3bd3580a
commit a6701a4d9a

View file

@ -241,9 +241,9 @@ header#header {
.og-link:hover { text-decoration: none; } .og-link:hover { text-decoration: none; }
.bar-item-no-hover { .bar-item-no-hover {
cursor: default; cursor: default;
background: $color-menu-background; color: $color-menu-background;
padding: 5px; padding: 5px;
color: $color-light; background: $color-light;
margin-right:10px; margin-right:10px;
border-radius:2px; border-radius:2px;
float: left; float: left;