From: Yamagishi Kazutoshi Date: Mon, 4 Jun 2018 11:24:20 +0000 (+0900) Subject: Add vendor prefix for background-clip (#7727) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e0354aba7ca05c4d8bf4e19fab0cbb0ecde2950f;p=mastodon.git Add vendor prefix for background-clip (#7727) --- 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;