mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 11:33:06 +08:00
Merge pull request #2414 from awesomerobot/master
fix for the flag badge in dropdowns
This commit is contained in:
commit
535c90c298
|
@ -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