mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 11:04:59 +08:00
FIX: move whisper styling to common
This commit is contained in:
parent
4252a2ee1e
commit
1e739e8c96
|
@ -317,3 +317,12 @@ table.md-table {
|
|||
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.whisper {
|
||||
.topic-body {
|
||||
.cooked {
|
||||
font-style: italic;
|
||||
color: dark-light-diff($primary, $secondary, 55%, -40%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -582,15 +582,6 @@ a.mention {
|
|||
}
|
||||
}
|
||||
|
||||
.whisper {
|
||||
.topic-body {
|
||||
.cooked {
|
||||
font-style: italic;
|
||||
color: dark-light-diff($primary, $secondary, 55%, -40%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#share-link {
|
||||
width: 365px;
|
||||
margin-left: -4px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user