[Glitch] Fix edit history dropdown and modal in light theme

Port 64d2988d18 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
master
Claire 2022-03-10 17:59:23 +01:00
parent bb9a6fb5c2
commit 8eb3146487
1 changed files with 12 additions and 2 deletions

View File

@ -116,7 +116,8 @@
}
.dropdown-menu__item {
a {
a,
button {
background: $ui-base-color;
color: $ui-secondary-color;
}
@ -172,7 +173,15 @@
}
}
.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, 12%);
}
.report-dialog-modal__container {
border-bottom-color: lighten($ui-base-color, 12%);
}
@ -233,6 +242,7 @@
.embed-modal,
.error-modal,
.onboarding-modal,
.compare-history-modal,
.report-modal__comment .setting-text__wrapper,
.report-modal__comment .setting-text,
.report-dialog-modal__textarea {