mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-25 04:25:01 +01:00
Fix destructive actions in dropdowns not using error color in light theme (#28484)
This commit is contained in:
parent
ba5f659bb3
commit
3599622b5b
@ -300,10 +300,15 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__item {
|
&__item {
|
||||||
|
color: $darker-text-color;
|
||||||
|
|
||||||
|
&--dangerous {
|
||||||
|
color: $error-value-color;
|
||||||
|
}
|
||||||
|
|
||||||
a,
|
a,
|
||||||
button {
|
button {
|
||||||
background: $white;
|
background: $white;
|
||||||
color: $darker-text-color;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -315,9 +320,9 @@ html {
|
|||||||
.privacy-dropdown__option.active .privacy-dropdown__option__content strong,
|
.privacy-dropdown__option.active .privacy-dropdown__option__content strong,
|
||||||
.privacy-dropdown__option:hover .privacy-dropdown__option__content,
|
.privacy-dropdown__option:hover .privacy-dropdown__option__content,
|
||||||
.privacy-dropdown__option:hover .privacy-dropdown__option__content strong,
|
.privacy-dropdown__option:hover .privacy-dropdown__option__content strong,
|
||||||
.dropdown-menu__item a:active,
|
.dropdown-menu__item:not(.dropdown-menu__item--dangerous) a:active,
|
||||||
.dropdown-menu__item a:focus,
|
.dropdown-menu__item:not(.dropdown-menu__item--dangerous) a:focus,
|
||||||
.dropdown-menu__item a:hover,
|
.dropdown-menu__item:not(.dropdown-menu__item--dangerous) a:hover,
|
||||||
.actions-modal ul li:not(:empty) a.active,
|
.actions-modal ul li:not(:empty) a.active,
|
||||||
.actions-modal ul li:not(:empty) a.active button,
|
.actions-modal ul li:not(:empty) a.active button,
|
||||||
.actions-modal ul li:not(:empty) a:active,
|
.actions-modal ul li:not(:empty) a:active,
|
||||||
|
Loading…
Reference in New Issue
Block a user