]> cat aescling's git repositories - mastodon.git/commitdiff
Fix edit history dropdown and modal in light theme (#17740)
authorClaire <claire.github-309c@sitedethib.com>
Thu, 10 Mar 2022 16:59:23 +0000 (17:59 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Mar 2022 16:59:23 +0000 (17:59 +0100)
Fixes #17739

app/javascript/styles/mastodon-light/diff.scss

index 7a2dd033081702042f4b05981c9f8cb1e602a565..2c8162b280282ca55df4cdd315e15dc4fd6e2b4a 100644 (file)
@@ -304,7 +304,8 @@ html {
   }
 
   &__item {
-    a {
+    a,
+    button {
       background: $white;
       color: $darker-text-color;
     }
@@ -336,10 +337,18 @@ html {
   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,
@@ -351,6 +360,7 @@ html {
 .embed-modal,
 .error-modal,
 .onboarding-modal,
+.compare-history-modal,
 .report-modal__comment .setting-text__wrapper,
 .report-modal__comment .setting-text,
 .announcements,