]> cat aescling's git repositories - mastodon.git/commitdiff
Fix composer options colors in glitch-soc light theme
authorThibaut Girka <thib@sitedethib.com>
Mon, 19 Aug 2019 20:18:43 +0000 (22:18 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 19 Aug 2019 20:18:43 +0000 (22:18 +0200)
app/javascript/flavours/glitch/styles/mastodon-light/diff.scss

index 7da8edbdece64e1785f1668baeb3075f3ece4d39..35a8ce7a3a8be80a471881c811623a6cabf90097 100644 (file)
     }
   }
 
-  .composer--options {
+  .composer--options-wrapper {
     background: lighten($ui-base-color, 10%);
-    box-shadow: unset;
+  }
 
-    & > hr {
-      display: none;
-    }
+  .composer--options > hr {
+    display: none;
   }
 
   .composer--options--dropdown--content--item {