diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-08-07 17:58:06 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-08-07 18:49:49 +0200 |
commit | 7d1dd59496189d7b6e81585a01aaaae6fd45a737 (patch) | |
tree | 1432d6b36393141299b5da97b911b932176d0c84 /app/javascript | |
parent | c70077892227aedc6b8951aeaa697cd904dfb0cb (diff) |
Good bye, CW rainbows
Accessibility issues largely outweigh the joke and consistency with upstream.
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/flavours/glitch/styles/tables.scss | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app/javascript/flavours/glitch/styles/tables.scss b/app/javascript/flavours/glitch/styles/tables.scss index e54c55947..fa876e603 100644 --- a/app/javascript/flavours/glitch/styles/tables.scss +++ b/app/javascript/flavours/glitch/styles/tables.scss @@ -1,9 +1,3 @@ -@keyframes Swag { - 0% { background-position: 0% 0%; } - 50% { background-position: 100% 0%; } - 100% { background-position: 200% 0%; } -} - .table { width: 100%; max-width: 100%; @@ -193,12 +187,6 @@ a.table-action-link { strong { 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; } } } |