enhancing navigation
This commit is contained in:
parent
26d113ced0
commit
6f91e60bd9
|
@ -168,18 +168,12 @@
|
|||
&:hover a {background: scale-color-diff();}
|
||||
button {margin-left: 5px;}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.selected {
|
||||
background-color: scale-color($tertiary, $lightness: 90%);
|
||||
}
|
||||
|
||||
|
||||
// Search
|
||||
&#search-dropdown {
|
||||
.heading {
|
||||
|
@ -187,15 +181,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Search
|
||||
&#notifications-dropdown {
|
||||
li {padding: 5px;
|
||||
a {
|
||||
display: inline;
|
||||
padding: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
// Notifications
|
||||
&#notifications-dropdown {
|
||||
.fa {
|
||||
|
@ -203,6 +188,11 @@
|
|||
}
|
||||
li {
|
||||
background-color: scale-color($tertiary, $lightness: 90%);
|
||||
padding: 5px;
|
||||
a {
|
||||
display: inline;
|
||||
padding: 1px;
|
||||
}
|
||||
}
|
||||
.read {
|
||||
background-color: $secondary;
|
||||
|
|
Loading…
Reference in New Issue