Skip to content

Commit

Permalink
Added film animation effect to main ranking capsules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed May 26, 2024
1 parent 6006b9a commit 7e90648
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/css/250.less
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ a.owned:before {
margin-top: -9px;
overflow: hidden;
white-space: nowrap;
pointer-events: none;

color: #111;
background: #4F95BD url('/svg/burger.svg') no-repeat 5px 50%;
Expand Down Expand Up @@ -579,6 +580,16 @@ span.filtered {
aspect-ratio: 184/69;

line-height: 0;

>a[data-video] {
background: #121214;

>img:hover {
mask: url(/svg/film.svg) 0/cover;

animation: film .4s linear infinite;
}
}
}
.ranking > header ~ div > div:first-child > a,
.compact.ranking li > a {
Expand Down

0 comments on commit 7e90648

Please sign in to comment.