few fixes to the previous navigation update
This commit is contained in:
parent
7655066967
commit
ee248b549f
|
@ -169,17 +169,11 @@
|
|||
button {margin-left: 5px;}
|
||||
|
||||
}
|
||||
|
||||
|
||||
.selected {
|
||||
background-color: scale-color($tertiary, $lightness: 90%);
|
||||
}
|
||||
|
||||
// Search
|
||||
&#search-dropdown {
|
||||
.heading {
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
// Notifications
|
||||
&#notifications-dropdown {
|
||||
|
@ -188,10 +182,12 @@
|
|||
}
|
||||
li {
|
||||
background-color: scale-color($tertiary, $lightness: 90%);
|
||||
padding: 5px;
|
||||
padding: 5px;
|
||||
&:hover a {background: transparent;}
|
||||
a {
|
||||
display: inline;
|
||||
padding: 1px;
|
||||
&:hover {background: scale-color-diff();}
|
||||
}
|
||||
}
|
||||
.read {
|
||||
|
@ -209,12 +205,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.category-links li a {display: inline-block;}
|
||||
|
||||
.category-links li:not(.heading) a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
// Search
|
||||
|
||||
&#search-dropdown {
|
||||
.heading {
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
input[type='text'] {
|
||||
width: 298px;
|
||||
height: 22px;
|
||||
|
@ -249,7 +251,6 @@
|
|||
|
||||
&#user-dropdown {
|
||||
width: 118px;
|
||||
|
||||
}
|
||||
|
||||
.btn {
|
||||
|
|
Loading…
Reference in New Issue