mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: fix embedded posts background for good
This commit is contained in:
parent
898ceb41e8
commit
35c30368f0
@ -235,6 +235,8 @@ nav.post-controls {
|
||||
}
|
||||
|
||||
.embedded-posts {
|
||||
background: dark-light-diff($primary, $secondary, 90%, -65%) !important;
|
||||
|
||||
h1, h2, h3 { margin: 10px 0; }
|
||||
a.mention { background: darken(scale-color-diff(), 10%); }
|
||||
|
||||
@ -257,7 +259,10 @@ nav.post-controls {
|
||||
|
||||
// bottom means "reply expansion" below a post
|
||||
&.bottom {
|
||||
&.hidden {display: block; opacity: 0; }
|
||||
&.hidden {
|
||||
display: block;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
&.bottom .arrow { float: right; }
|
||||
&.bottom {
|
||||
|
Loading…
Reference in New Issue
Block a user