mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 03:10:11 +08:00
UX: post action glyphs color on mobile should match desktop color
This commit is contained in:
parent
0f7aaf5ab1
commit
97fbf09259
|
@ -46,7 +46,7 @@ button {
|
|||
padding: 8px 10px;
|
||||
vertical-align: top;
|
||||
background: transparent;
|
||||
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
||||
color: dark-light-choose(scale-color($primary, $lightness: 75%), scale-color($secondary, $lightness: 25%));
|
||||
float: left;
|
||||
&.hidden {
|
||||
display: none;
|
||||
|
@ -80,7 +80,7 @@ button {
|
|||
/* shift post reply button to the right and make it black */
|
||||
.post-controls button.create {
|
||||
float: right;
|
||||
color: $primary;
|
||||
color: dark-light-choose(scale-color($primary, $lightness: 20%), scale-color($secondary, $lightness: 80%));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user