mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 10:36:32 +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;
|
overflow: hidden;
|
||||||
max-width: 92%;
|
max-width: 92%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
i {
|
||||||
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.saving-text {
|
.saving-text {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user