about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/tables.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-06-15 21:09:17 +0200
committerThibG <thib@sitedethib.com>2018-06-15 22:14:48 +0200
commite8ccac468af9530b4f4d38598859efdb2eb48976 (patch)
tree9beb9bae986393e1efd2dfda134dddb3e5d7bc25 /app/javascript/flavours/glitch/styles/tables.scss
parent8cafeedc25ce5d6a12a06819690fb4e1cdc6c1b8 (diff)
[Glitch] Add vendor prefix for background-clip
Port e0354aba7ca05c4d8bf4e19fab0cbb0ecde2950f to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/tables.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/tables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/tables.scss b/app/javascript/flavours/glitch/styles/tables.scss
index 982bfd990..e54c55947 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;