File tree Expand file tree Collapse file tree 6 files changed +13
-23
lines changed
packages/design-system/src/css
src/platform/updates/components Expand file tree Collapse file tree 6 files changed +13
-23
lines changed Original file line number Diff line number Diff line change 15
15
{
16
16
"ignoreProperties" : {
17
17
"speak" : [" none" ],
18
- "app-region" : [" drag" , " no-drag" ]
18
+ "app-region" : [" drag" , " no-drag" ],
19
+ "/^(width|height)$/" : [" /^v-bind/" ]
19
20
}
20
21
}
21
22
],
35
36
"selector-max-type" : 2 ,
36
37
"declaration-block-no-duplicate-properties" : true ,
37
38
"block-no-empty" : true ,
38
- "no-descending-specificity" : true ,
39
+ "no-descending-specificity" : null ,
39
40
"no-duplicate-at-import-rules" : true ,
40
41
"at-rule-no-unknown" : [
41
42
true ,
57
58
true ,
58
59
{
59
60
"ignoreFunctions" : [
60
- " theme"
61
+ " theme" ,
62
+ " v-bind"
61
63
]
62
64
}
63
65
]
Original file line number Diff line number Diff line change @@ -286,6 +286,12 @@ const onFocus = async () => {
286
286
.p-accordionheader {
287
287
@apply rounded-t-xl rounded-b-none ;
288
288
}
289
+
290
+ .p-accordionheader-toggle-icon {
291
+ &::before {
292
+ content : ' \e902 ' ;
293
+ }
294
+ }
289
295
}
290
296
291
297
.p-accordioncontent {
@@ -302,13 +308,5 @@ const onFocus = async () => {
302
308
content : ' \e933 ' ;
303
309
}
304
310
}
305
-
306
- .p-accordionpanel-active {
307
- .p-accordionheader-toggle-icon {
308
- &::before {
309
- content : ' \e902 ' ;
310
- }
311
- }
312
- }
313
311
}
314
312
</style >
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ onUnmounted(() => electron.Validation.dispose())
65
65
66
66
.download-bg ::before {
67
67
@apply m- 0 absolute text-muted ;
68
- font-family : ' primeicons' ;
68
+ font-family : ' primeicons' , sans-serif ;
69
69
top : -2rem ;
70
70
right : 2rem ;
71
71
speak : none ;
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ onUnmounted(() => electron.Validation.dispose())
186
186
187
187
.backspan ::before {
188
188
@apply m- 0 absolute text-muted ;
189
- font-family : ' primeicons' ;
189
+ font-family : ' primeicons' , sans-serif ;
190
190
top : -2rem ;
191
191
right : -2rem ;
192
192
speak : none ;
Original file line number Diff line number Diff line change @@ -926,9 +926,6 @@ audio.comfy-audio.empty-audio-widget {
926
926
.lg-node {
927
927
/* Disable text selection on all nodes */
928
928
user-select : none;
929
- user-select : none;
930
- user-select : none;
931
- user-select : none;
932
929
}
933
930
934
931
.lg-node .lg-slot ,
@@ -956,7 +953,6 @@ audio.comfy-audio.empty-audio-widget {
956
953
backdrop-filter : none;
957
954
text-shadow : none;
958
955
mask-image : none;
959
- mask-image : none;
960
956
clip-path : none;
961
957
background-image : none;
962
958
text-rendering : optimizeSpeed;
Original file line number Diff line number Diff line change @@ -293,12 +293,6 @@ defineExpose({
293
293
transform : translate (-50% , -50% ) rotate (-45deg );
294
294
}
295
295
296
- /* Content Section */
297
- .popup-content {
298
- display : flex ;
299
- flex-direction : column ;
300
- }
301
-
302
296
.content-text {
303
297
color : white ;
304
298
font-size : 14px ;
You can’t perform that action at this time.
0 commit comments