mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -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;}
|
||||
|
||||
}
|
||||
|
@ -187,7 +187,6 @@
|
|||
a {
|
||||
display: inline;
|
||||
padding: 1px;
|
||||
&:hover {background: scale-color-diff();}
|
||||
}
|
||||
}
|
||||
.read {
|
||||
|
@ -209,6 +208,20 @@
|
|||
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-dropdown {
|
||||
|
|
Loading…
Reference in a new issue