]> cat aescling's git repositories - mastodon.git/commitdiff
Change GIF label to be displayed even when autoplay is enabled in web UI (#13209)
authorkoyu <me@koyu.space>
Fri, 6 Mar 2020 04:31:51 +0000 (05:31 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2020 04:31:51 +0000 (05:31 +0100)
app/javascript/styles/mastodon/components.scss

index 653ad818805ecf22f9321c03b186c90675143427..1be93dfeaaf760349468a689e6e647fd51a0b150 100644 (file)
@@ -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;