forked from treehouse/mastodon
[Glitch] Fix destructive actions in dropdowns not using error color in light theme
Port 3599622b5b
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
remotes/1723507292310805857/main
parent
35b6583371
commit
df43bb124c
|
@ -296,10 +296,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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -311,9 +316,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