about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-03-30 00:43:29 +0100
committerGitHub <noreply@github.com>2019-03-30 00:43:29 +0100
commitbd02ec6daa974dcd3231e73826a56e08dbeedadc (patch)
treefb1d78ed80dd59d7b6a003e4fee4bd0d860796ed /app/javascript/styles
parent1d62b88f8d55aa063e6c6dc4c047f1cf74f6b5bc (diff)
Add indication that you have been blocked in web UI (#10420)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon/stream_entries.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/styles/mastodon/stream_entries.scss b/app/javascript/styles/mastodon/stream_entries.scss
index d8bd30377..a739c446d 100644
--- a/app/javascript/styles/mastodon/stream_entries.scss
+++ b/app/javascript/styles/mastodon/stream_entries.scss
@@ -99,9 +99,9 @@
     }
   }
 
-  &:active,
-  &:focus,
-  &:hover {
+  &:active:not(:disabled),
+  &:focus:not(:disabled),
+  &:hover:not(:disabled) {
     background: lighten($ui-highlight-color, 10%);
 
     svg path:last-child {