From e8ccac468af9530b4f4d38598859efdb2eb48976 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Fri, 15 Jun 2018 21:09:17 +0200 Subject: [PATCH] [Glitch] Add vendor prefix for background-clip Port e0354aba7ca05c4d8bf4e19fab0cbb0ecde2950f to glitch-soc --- app/javascript/flavours/glitch/styles/tables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/styles/tables.scss b/app/javascript/flavours/glitch/styles/tables.scss index 982bfd9900..e54c55947e 100644 --- a/app/javascript/flavours/glitch/styles/tables.scss +++ b/app/javascript/flavours/glitch/styles/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;