Skip to content

Commit

Permalink
fix(dark style): adapt interact dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelySteve committed Oct 29, 2020
1 parent 4e7b5b7 commit 06f01ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/style/dark/dark-slice-13.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,15 @@
.multi-page .cur-list .list-box li .duration {
@include color("a");
}
.interact-dialog .con::before {
content: "";
background: url(https://s1.hdslb.com/bfs/static/jinkela/video/asserts/interact-dialog.png);
filter: invert(1);
background-size: 242px 198px;
width: 242px;
height: 198px;
display: block;
position: absolute;
background-repeat: no-repeat;
clip-path: inset(60% 35% 0 35%);
}

0 comments on commit 06f01ed

Please sign in to comment.