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;
|
padding: 8px 10px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
background: transparent;
|
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;
|
float: left;
|
||||||
&.hidden {
|
&.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -80,7 +80,7 @@ button {
|
||||||
/* shift post reply button to the right and make it black */
|
/* shift post reply button to the right and make it black */
|
||||||
.post-controls button.create {
|
.post-controls button.create {
|
||||||
float: right;
|
float: right;
|
||||||
color: $primary;
|
color: dark-light-choose(scale-color($primary, $lightness: 20%), scale-color($secondary, $lightness: 80%));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue