UX: increasing contrast on composer elements
This commit is contained in:
parent
1080748444
commit
fe907aaf74
|
@ -114,7 +114,7 @@
|
||||||
.topic-excerpt {
|
.topic-excerpt {
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
color: dark-light-choose($primary-high, $secondary-high);
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
line-height: $line-height-large;
|
line-height: $line-height-large;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
|
|
|
@ -88,12 +88,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply-to {
|
.reply-to {
|
||||||
color: $primary-medium;
|
color: $primary-high;
|
||||||
margin: 5px 0 10px 0;
|
margin: 5px 0 10px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
i {
|
i {
|
||||||
color: $primary-medium;
|
color: $primary-high;
|
||||||
}
|
}
|
||||||
.reply-details {
|
.reply-details {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -240,7 +240,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
a {
|
a {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
color: $primary-medium;
|
color: $primary-high;
|
||||||
}
|
}
|
||||||
.spinner {
|
.spinner {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
@ -262,7 +262,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#draft-status, #file-uploading {
|
#draft-status, #file-uploading {
|
||||||
color: $primary-medium;
|
color: $primary-high;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -171,7 +171,7 @@
|
||||||
|
|
||||||
.composer-bottom-right {
|
.composer-bottom-right {
|
||||||
a {
|
a {
|
||||||
color: $primary-medium;
|
color: $primary-high;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $tertiary;
|
color: $tertiary;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue