Commit e4d4589 1 parent 10c7aae commit e4d4589 Copy full SHA for e4d4589
File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 101
101
& .favorite ,
102
102
& .favorite :hover ,
103
103
& .favorite :focus-visible {
104
+ color : var (--favorite-icon-color );
105
+
104
106
& :not (.disabled ) {
105
107
color : var (--favorite-icon-color );
106
108
}
107
-
108
- color : var (--favorite-icon-color );
109
109
}
110
110
}
111
111
Original file line number Diff line number Diff line change 1
1
@use ' ../../scss-partials/utils' ;
2
2
3
3
.floatingRefreshSection {
4
- @include utils .fixed-top-bar ;
5
-
6
4
box-sizing : border-box ;
7
5
padding-block : 5px ;
8
6
padding-inline : 10px ;
13
11
align-items : center ;
14
12
gap : 5px ;
15
13
justify-content : flex-end ;
14
+
15
+ @include utils .fixed-top-bar ;
16
16
}
17
17
18
18
.floatingRefreshSection :has (.lastRefreshTimestamp + .refreshButton ) {
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ $watched-transition-duration: 0.5s;
56
56
padding : 6px ;
57
57
58
58
& .watched {
59
- @include low-contrast-when-watched (var (--primary-text-color ));
60
-
61
59
background-color : var (--bg-color );
62
60
61
+ @include low-contrast-when-watched (var (--primary-text-color ));
62
+
63
63
.thumbnailImage {
64
64
opacity : 0.3 ;
65
65
transition : opacity $watched-transition-duration ;
@@ -227,14 +227,14 @@ $watched-transition-duration: 0.5s;
227
227
}
228
228
229
229
.title {
230
- @include low-contrast-when-watched (var (--primary-text-color ));
231
-
232
230
font-size : 20px ;
233
231
grid-area : title;
234
232
text-decoration : none ;
235
233
word-break : break-word ;
236
234
word-wrap : break-word ;
237
235
236
+ @include low-contrast-when-watched (var (--primary-text-color ));
237
+
238
238
@include is-sidebar-item {
239
239
font-size : 15px ;
240
240
}
@@ -247,24 +247,24 @@ $watched-transition-duration: 0.5s;
247
247
overflow-wrap : anywhere;
248
248
text-align : start ;
249
249
250
+ @include low-contrast-when-watched (var (--secondary-text-color ));
251
+
250
252
@include is-sidebar-item {
251
253
font-size : 12px ;
252
254
}
253
255
254
- @include low-contrast-when-watched (var (--secondary-text-color ));
255
-
256
256
.channelName {
257
257
@include low-contrast-when-watched (var (--secondary-text-color ));
258
258
}
259
259
}
260
260
261
261
.description {
262
- @include low-contrast-when-watched (var (--secondary-text-color ));
263
-
264
262
font-size : 14px ;
265
263
grid-area : description;
266
264
max-block-size : 50px ;
267
265
overflow-y : hidden ;
266
+
267
+ @include low-contrast-when-watched (var (--secondary-text-color ));
268
268
}
269
269
}
270
270
You can’t perform that action at this time.
0 commit comments