mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 16:41:18 +08:00
fix reply glyph color on mobile editor
This commit is contained in:
parent
0a3388d19f
commit
a14d7f16c8
|
@ -71,6 +71,9 @@ input {
|
|||
overflow: hidden;
|
||||
max-width: 92%;
|
||||
white-space: nowrap;
|
||||
i {
|
||||
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
||||
}
|
||||
}
|
||||
}
|
||||
.saving-text {
|
||||
|
|
Loading…
Reference in New Issue
Block a user