mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
temp fix for the flag badge in dropdowns
This commit is contained in:
parent
ee248b549f
commit
a029daacbb
@ -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 New Issue
Block a user