Fix color of show more link in report dialog in web UI (#17844)
This commit is contained in:
parent
890fae8b54
commit
69f9dc4f4e
1 changed files with 14 additions and 39 deletions
|
@ -870,7 +870,8 @@
|
||||||
.status__content__spoiler-link {
|
.status__content__spoiler-link {
|
||||||
background: $action-button-color;
|
background: $action-button-color;
|
||||||
|
|
||||||
&:hover {
|
&:hover,
|
||||||
|
&:focus {
|
||||||
background: lighten($action-button-color, 7%);
|
background: lighten($action-button-color, 7%);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -982,7 +983,7 @@
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
vertical-align: middle;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__wrapper--filtered {
|
.status__wrapper--filtered {
|
||||||
|
@ -1042,42 +1043,6 @@
|
||||||
.audio-player {
|
.audio-player {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.light {
|
|
||||||
.status__relative-time,
|
|
||||||
.status__visibility-icon {
|
|
||||||
color: $light-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.status__display-name {
|
|
||||||
color: $inverted-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.display-name {
|
|
||||||
color: $light-text-color;
|
|
||||||
|
|
||||||
strong {
|
|
||||||
color: $inverted-text-color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.status__content {
|
|
||||||
color: $inverted-text-color;
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: $highlight-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.status__content__spoiler-link {
|
|
||||||
color: $primary-text-color;
|
|
||||||
background: $ui-primary-color;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background: lighten($ui-primary-color, 8%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__relative-time,
|
.status__relative-time,
|
||||||
|
@ -1646,7 +1611,8 @@ a.account__display-name {
|
||||||
background: $ui-base-lighter-color;
|
background: $ui-base-lighter-color;
|
||||||
color: $inverted-text-color;
|
color: $inverted-text-color;
|
||||||
|
|
||||||
&:hover {
|
&:hover,
|
||||||
|
&:focus {
|
||||||
background: lighten($ui-base-lighter-color, 7%);
|
background: lighten($ui-base-lighter-color, 7%);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -5158,6 +5124,15 @@ a.status-card.compact:hover {
|
||||||
color: $inverted-text-color;
|
color: $inverted-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status__content__spoiler-link {
|
||||||
|
color: $primary-text-color;
|
||||||
|
background: $ui-primary-color;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: lighten($ui-primary-color, 8%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.dialog-option .poll__input {
|
.dialog-option .poll__input {
|
||||||
border-color: $inverted-text-color;
|
border-color: $inverted-text-color;
|
||||||
color: $ui-secondary-color;
|
color: $ui-secondary-color;
|
||||||
|
|
Loading…
Reference in a new issue