]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Port SCSS changes from "Improve blocked view of profiles"
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 7 Apr 2019 02:59:13 +0000 (04:59 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 8 Apr 2019 14:20:46 +0000 (16:20 +0200)
Port public pages SCSS changes from 67b3b62b98b89f24097a2757e42bc94f1bce123c

app/javascript/flavours/glitch/styles/stream_entries.scss

index 6735049b9ab6fda889173d6d3aee2358a179c87e..e18696fb7e9c818dca70d147339e347b8dcca0ce 100644 (file)
     }
   }
 
+  &:disabled,
+  &.disabled {
+    svg path:last-child {
+      fill: $ui-primary-color;
+    }
+
+    &:active,
+    &:focus,
+    &:hover {
+      background: $ui-primary-color;
+
+      svg path:last-child {
+        fill: $ui-primary-color;
+      }
+    }
+  }
+
   &.button--destructive {
     &:active,
     &:focus,