mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 15:32:26 +08:00
Merge pull request #2389 from awesomerobot/master
fixing @mention background in quotes and embeds
This commit is contained in:
commit
5095de815d
|
@ -27,7 +27,6 @@
|
|||
|
||||
#site-logo {
|
||||
max-height: 40px;
|
||||
max-width: 122px;
|
||||
}
|
||||
|
||||
.fa-home {
|
||||
|
|
|
@ -248,7 +248,7 @@ nav.post-controls {
|
|||
|
||||
.embedded-posts {
|
||||
h1, h2, h3 {margin: 10px 0;}
|
||||
a.mention {background: scale-color-diff();}
|
||||
a.mention {background: darken(scale-color-diff(), 10%);}
|
||||
&.bottom {
|
||||
&.hidden {display: block; opacity: 0; }
|
||||
|
||||
|
@ -680,7 +680,7 @@ blockquote { /* solo quotes */
|
|||
margin: 0;
|
||||
padding: 12px;
|
||||
|
||||
a.mention {background: scale-color-diff();}
|
||||
a.mention {background: darken(scale-color-diff(), 10%);}
|
||||
p:first-of-type {margin-top: 0;}
|
||||
p:last-of-type {margin-bottom: 0;}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
padding-left: 10px !important;
|
||||
padding-right: 10px !important;
|
||||
|
||||
#site-logo {
|
||||
max-width: 122px;
|
||||
}
|
||||
|
||||
a.star {float: left;}
|
||||
|
||||
.panel {
|
||||
|
|
Loading…
Reference in New Issue
Block a user