1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Add vendor prefix for background-clip (#7727)

This commit is contained in:
Yamagishi Kazutoshi 2018-06-04 20:24:20 +09:00 committed by Eugen Rochko
parent bb0edbd988
commit e0354aba7c

View file

@ -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;