show "bar-item-no-hover" with inverted color
to visually differentiate from interactive items
This commit is contained in:
parent
bb3bd3580a
commit
a6701a4d9a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue