}
&__item {
- a {
+ a,
+ button {
background: $white;
color: $darker-text-color;
}
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%);
}
+.report-dialog-modal__container {
+ border-top-color: lighten($ui-base-color, 4%);
+}
+
// Change the background colors of modals
.actions-modal,
.boost-modal,
.embed-modal,
.error-modal,
.onboarding-modal,
+.compare-history-modal,
.report-modal__comment .setting-text__wrapper,
.report-modal__comment .setting-text,
.announcements,