mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-05 17:31:51 +00:00
Fix edit history dropdown and modal in light theme (#17740)
Fixes #17739
This commit is contained in:
parent
d7fab238a8
commit
64d2988d18
|
@ -304,7 +304,8 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
&__item {
|
&__item {
|
||||||
a {
|
a,
|
||||||
|
button {
|
||||||
background: $white;
|
background: $white;
|
||||||
color: $darker-text-color;
|
color: $darker-text-color;
|
||||||
}
|
}
|
||||||
|
@ -336,10 +337,18 @@ html {
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu__separator {
|
.dropdown-menu__separator,
|
||||||
|
.dropdown-menu__item.edited-timestamp__history__item,
|
||||||
|
.dropdown-menu__container__header,
|
||||||
|
.compare-history-modal .report-modal__target,
|
||||||
|
.report-dialog-modal .poll__option.dialog-option {
|
||||||
border-bottom-color: lighten($ui-base-color, 4%);
|
border-bottom-color: lighten($ui-base-color, 4%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.report-dialog-modal__container {
|
||||||
|
border-top-color: lighten($ui-base-color, 4%);
|
||||||
|
}
|
||||||
|
|
||||||
// Change the background colors of modals
|
// Change the background colors of modals
|
||||||
.actions-modal,
|
.actions-modal,
|
||||||
.boost-modal,
|
.boost-modal,
|
||||||
|
@ -351,6 +360,7 @@ html {
|
||||||
.embed-modal,
|
.embed-modal,
|
||||||
.error-modal,
|
.error-modal,
|
||||||
.onboarding-modal,
|
.onboarding-modal,
|
||||||
|
.compare-history-modal,
|
||||||
.report-modal__comment .setting-text__wrapper,
|
.report-modal__comment .setting-text__wrapper,
|
||||||
.report-modal__comment .setting-text,
|
.report-modal__comment .setting-text,
|
||||||
.announcements,
|
.announcements,
|
||||||
|
|
Loading…
Reference in a new issue