mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-03 20:32:56 +01:00
Fix radio checkbox visibility in Report dialogs (#31752)
This commit is contained in:
parent
e820cc30b8
commit
b4b639ee4a
1 changed files with 4 additions and 4 deletions
|
@ -6437,7 +6437,7 @@ a.status-card {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-option .poll__input {
|
.dialog-option .poll__input {
|
||||||
border-color: $inverted-text-color;
|
border-color: $darker-text-color;
|
||||||
color: $ui-secondary-color;
|
color: $ui-secondary-color;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -6451,13 +6451,13 @@ a.status-card {
|
||||||
&:active,
|
&:active,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: lighten($inverted-text-color, 15%);
|
border-color: $valid-value-color;
|
||||||
border-width: 4px;
|
border-width: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
border-color: $inverted-text-color;
|
border-color: $valid-value-color;
|
||||||
background: $inverted-text-color;
|
background: $valid-value-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue