aboutsummaryrefslogtreecommitdiff
path: root/app/javascript/styles/mastodon/stream_entries.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/styles/mastodon/stream_entries.scss')
-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 a739c446d..d8bd30377 100644
--- a/app/javascript/styles/mastodon/stream_entries.scss
+++ b/app/javascript/styles/mastodon/stream_entries.scss
@@ -99,9 +99,9 @@
}
}
- &:active:not(:disabled),
- &:focus:not(:disabled),
- &:hover:not(:disabled) {
+ &:active,
+ &:focus,
+ &:hover {
background: lighten($ui-highlight-color, 10%);
svg path:last-child {