]> cat aescling's git repositories - mastodon.git/commitdiff
Add vendor prefix for background-clip (#7727)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Mon, 4 Jun 2018 11:24:20 +0000 (20:24 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 4 Jun 2018 11:24:20 +0000 (13:24 +0200)
app/javascript/styles/mastodon/tables.scss

index 982bfd9900860f188c2bf49cbda7d4efcb4f1738..e54c55947e63b3ea0810a20497c503fedcaf4f7d 100644 (file)
@@ -195,6 +195,7 @@ a.table-action-link {
       font-weight: 700;
       background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet,orange , yellow, green, cyan, blue, violet);
       background-size: 200% 100%;
+      -webkit-background-clip: text;
       background-clip: text;
       color: transparent;
       animation: Swag 2s linear 0s infinite;