mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Merge pull request #2413 from awesomerobot/master
few fixes to the previous navigation update
This commit is contained in:
commit
457f5f81d6
@ -169,17 +169,11 @@
|
|||||||
button {margin-left: 5px;}
|
button {margin-left: 5px;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
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 {
|
||||||
@ -188,10 +182,12 @@
|
|||||||
}
|
}
|
||||||
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…
x
Reference in New Issue
Block a user