Merge pull request #2413 from awesomerobot/master
few fixes to the previous navigation update
This commit is contained in:
commit
457f5f81d6
|
@ -174,12 +174,6 @@
|
||||||
background-color: scale-color($tertiary, $lightness: 90%);
|
background-color: scale-color($tertiary, $lightness: 90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Search
|
|
||||||
&#search-dropdown {
|
|
||||||
.heading {
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Notifications
|
// Notifications
|
||||||
&#notifications-dropdown {
|
&#notifications-dropdown {
|
||||||
|
@ -189,9 +183,11 @@
|
||||||
li {
|
li {
|
||||||
background-color: scale-color($tertiary, $lightness: 90%);
|
background-color: scale-color($tertiary, $lightness: 90%);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
&:hover a {background: transparent;}
|
||||||
a {
|
a {
|
||||||
display: inline;
|
display: inline;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
&:hover {background: scale-color-diff();}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.read {
|
.read {
|
||||||
|
@ -209,12 +205,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.category-links li:not(.heading) a {
|
||||||
.category-links li a {display: inline-block;}
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
// Search
|
// Search
|
||||||
|
|
||||||
|
&#search-dropdown {
|
||||||
|
.heading {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
input[type='text'] {
|
input[type='text'] {
|
||||||
width: 298px;
|
width: 298px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
@ -249,7 +251,6 @@
|
||||||
|
|
||||||
&#user-dropdown {
|
&#user-dropdown {
|
||||||
width: 118px;
|
width: 118px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
|
Loading…
Reference in New Issue