File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
background-size : cover;
8
8
cursor : pointer;
9
9
}
10
- .yt-lite : before {
10
+ .yt-lite . lyt-activated : :before {
11
11
content : "" ;
12
12
display : block;
13
13
position : absolute;
20
20
width : 100% ;
21
21
transition : all 0.2s cubic-bezier (0 , 0 , 0.2 , 1 );
22
22
}
23
- .yt-lite : after {
23
+ .yt-lite :: after {
24
24
content : "" ;
25
25
display : block;
26
26
padding-bottom : var (--aspect-ratio );
45
45
background-color : red;
46
46
opacity : 1 ;
47
47
}
48
- .yt-lite > .lty-playbtn : before {
48
+ .yt-lite > .lty-playbtn :: before {
49
49
content : "" ;
50
50
border-color : transparent transparent transparent # fff ;
51
51
border-style : solid;
52
52
border-width : 11px 0 11px 19px ;
53
53
}
54
54
.yt-lite > .lty-playbtn ,
55
- .yt-lite > .lty-playbtn : before {
55
+ .yt-lite > .lty-playbtn :: before {
56
56
position : absolute;
57
57
top : 50% ;
58
58
left : 50% ;
61
61
.yt-lite .lyt-activated {
62
62
cursor : unset;
63
63
}
64
- .yt-lite .lyt-activated : before ,
64
+ .yt-lite .lyt-activated :: before ,
65
65
.yt-lite .lyt-activated > .lty-playbtn {
66
66
opacity : 0 ;
67
67
pointer-events : none;
You canβt perform that action at this time.
0 commit comments