This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add vendor prefix for background-clip (
#7727
)
master
Yamagishi Kazutoshi
6 years ago
committed by
Eugen Rochko
parent
bb0edbd988
commit
e0354aba7c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/javascript/styles/mastodon/tables.scss
+ 1
- 0
app/javascript/styles/mastodon/tables.scss
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
;
Write
Preview
Loading…
Cancel
Save