about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-09-05 11:42:54 +0200
committerThibG <thib@sitedethib.com>2018-09-05 13:46:19 +0200
commit258e8b77349a307f9f8ab923fcd0ba4fdaf001a6 (patch)
treef957c055ef12a204292e63a2df05954e9ea4aa4e /app
parent4b29a41f1d2ec02e8b5dc19134c4d63fd6465952 (diff)
Port SCSS changes from 19b07ba260a64b300a81890119af0970df0eb994
Diffstat (limited to 'app')
-rw-r--r--app/javascript/flavours/glitch/styles/stream_entries.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/stream_entries.scss b/app/javascript/flavours/glitch/styles/stream_entries.scss
index 6d90da7ff..c458fcb79 100644
--- a/app/javascript/flavours/glitch/styles/stream_entries.scss
+++ b/app/javascript/flavours/glitch/styles/stream_entries.scss
@@ -110,6 +110,18 @@
     }
   }
 
+  &.button--destructive {
+    &:active,
+    &:focus,
+    &:hover {
+      background: $error-red;
+
+      svg path:last-child {
+        fill: $error-red;
+      }
+    }
+  }
+
   @media screen and (max-width: $no-gap-breakpoint) {
     svg {
       display: none;