about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorkoyu <me@koyu.space>2020-03-06 05:31:51 +0100
committerGitHub <noreply@github.com>2020-03-06 05:31:51 +0100
commite69a3f54a10e58d32d7e46c494d98be948dde4b3 (patch)
tree8989c4b507beedced305d1a7a646d95e99cbe88e /app/javascript/styles
parent0ae5c6312fa4c65b6b7bd7a00eb8960b8a69e951 (diff)
Change GIF label to be displayed even when autoplay is enabled in web UI (#13209)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon/components.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 653ad8188..1be93dfea 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -5058,12 +5058,6 @@ a.status-card.compact:hover {
 }
 
 .media-gallery__gifv {
-  &.autoplay {
-    .media-gallery__gifv__label {
-      display: none;
-    }
-  }
-
   &:hover {
     .media-gallery__gifv__label {
       opacity: 1;