about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/tables.scss
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2018-06-04 20:24:20 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-06-04 13:24:20 +0200
commite0354aba7ca05c4d8bf4e19fab0cbb0ecde2950f (patch)
tree54b271d161cdc9e7094cfd5682b9bc86de887aed /app/javascript/styles/mastodon/tables.scss
parentbb0edbd98893bbf0361066e5fe3f195962ae170f (diff)
Add vendor prefix for background-clip (#7727)
Diffstat (limited to 'app/javascript/styles/mastodon/tables.scss')
-rw-r--r--app/javascript/styles/mastodon/tables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/tables.scss b/app/javascript/styles/mastodon/tables.scss
index 982bfd990..e54c55947 100644
--- a/app/javascript/styles/mastodon/tables.scss
+++ b/app/javascript/styles/mastodon/tables.scss
@@ -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;