File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed
Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change 77 padding : 20px ;
88 margin : 8px ;
99
10- /* demo */
11- /* .scene-card-preview-image,
12- .performer-card-image {
13- filter: blur(50px);
14- } */
15-
1610 a .card-section-title {
1711 color : unset;
1812 text-decoration : none;
3832 width : 1.2rem ;
3933 }
4034
41- & : hover .progress-bar ,
42- & : hover .rating-banner ,
43- & : hover .scene-spec-overlay {
44- transition : opacity 0.3s ;
45- opacity : 0 ;
35+ & : hover ,
36+ & : active {
37+ .thumbnail-section {
38+ .progress-bar ,
39+ .rating-banner ,
40+ .scene-spec-overlay ,
41+ .studio-overlay {
42+ transition : opacity 0.5s ease-in-out;
43+ opacity : 0 ;
44+ }
45+ }
4646 }
4747
4848 .thumbnail-section {
7171 background-color : var (--black-a6 );
7272 backdrop-filter : blur (10px );
7373
74- letter-spacing : var (0.2ch );
74+ opacity : unset;
75+
76+ letter-spacing : 0.05ch ;
7577 }
7678
7779 .studio-overlay {
159161 display : flex !important ;
160162 justify-content : space-between;
161163 align-items : center;
162-
163- /* .overlay-resolution {
164- }
165-
166- .overlay-duration {
167- } */
168164 }
169165
170166 .preview-scrubber {
203199 min-height : 0 ;
204200 margin-bottom : 0 ;
205201 height : auto;
202+
206203 .scene-card__date {
207204 font-size : var (--text-xs );
208205 color : var (--primary-11 );
209206 line-height : 1 ;
210207 }
208+
211209 .scene-card__description {
212210 display : none;
213211 }
214212 }
215213 }
214+
216215 hr {
217216 margin-top : 0 ;
218217 display : none;
248247 table {
249248 border-collapse : separate;
250249 border-spacing : 0px 20px ;
250+
251251 thead {
252252 background-color : unset;
253253
267267
268268 tbody {
269269 background-color : unset;
270+
270271 tr {
271272 & : hover {
272273 background-color : var (--primary-2 );
You can’t perform that action at this time.
0 commit comments