mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 12:05:07 +01:00
Fix activity-stream-tabs colors and set text variables for text colors (#7722)
This commit is contained in:
parent
c7405fda11
commit
73923ea6c4
@ -26,20 +26,20 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.compose-form .compose-form__modifiers .compose-form__upload__actions .icon-button {
|
.compose-form .compose-form__modifiers .compose-form__upload__actions .icon-button {
|
||||||
color: $ui-base-color;
|
color: lighten($white, 7%);
|
||||||
|
|
||||||
&:active,
|
&:active,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:hover {
|
&:hover {
|
||||||
color: darken($ui-base-color, 7%);
|
color: $white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.compose-form .compose-form__modifiers .compose-form__upload-description input {
|
.compose-form .compose-form__modifiers .compose-form__upload-description input {
|
||||||
color: $ui-base-color;
|
color: lighten($white, 7%);
|
||||||
|
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
color: $ui-base-color;
|
color: lighten($white, 7%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -100,7 +100,7 @@
|
|||||||
.dropdown-menu__item {
|
.dropdown-menu__item {
|
||||||
a {
|
a {
|
||||||
background: $ui-base-color;
|
background: $ui-base-color;
|
||||||
color: $ui-secondary-color;
|
color: $darker-text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -189,12 +189,6 @@
|
|||||||
// Change the default colors used on some parts of the profile pages
|
// Change the default colors used on some parts of the profile pages
|
||||||
.activity-stream-tabs {
|
.activity-stream-tabs {
|
||||||
background: $account-background-color;
|
background: $account-background-color;
|
||||||
|
|
||||||
a {
|
|
||||||
&.active {
|
|
||||||
color: $ui-primary-color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.activity-stream {
|
.activity-stream {
|
||||||
@ -219,7 +213,7 @@
|
|||||||
.account-grid-card {
|
.account-grid-card {
|
||||||
.controls {
|
.controls {
|
||||||
.icon-button {
|
.icon-button {
|
||||||
color: $ui-secondary-color;
|
color: $darker-text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -230,7 +224,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.username {
|
.username {
|
||||||
color: $ui-secondary-color;
|
color: $darker-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.account__header__content {
|
.account__header__content {
|
||||||
|
Loading…
Reference in New Issue
Block a user