mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
temp fix for the flag badge in dropdowns
This commit is contained in:
parent
ee248b549f
commit
a029daacbb
1 changed files with 15 additions and 2 deletions
|
@ -165,7 +165,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover a {background: scale-color-diff();}
|
&:hover a:not(.badge-notification) {background: scale-color-diff();}
|
||||||
button {margin-left: 5px;}
|
button {margin-left: 5px;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -187,7 +187,6 @@
|
||||||
a {
|
a {
|
||||||
display: inline;
|
display: inline;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
&:hover {background: scale-color-diff();}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.read {
|
.read {
|
||||||
|
@ -209,6 +208,20 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Site map
|
||||||
|
|
||||||
|
&#site-map-dropdown {
|
||||||
|
.flagged-posts {
|
||||||
|
display: inline-block;
|
||||||
|
position: absolute;
|
||||||
|
padding: 3px;
|
||||||
|
margin-top: -22px;
|
||||||
|
margin-left: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
// Search
|
// Search
|
||||||
|
|
||||||
&#search-dropdown {
|
&#search-dropdown {
|
||||||
|
|
Loading…
Reference in a new issue