Skip to content

Commit 88bef0b

Browse files
committed
chore: 更新组件禁用状态下样式
1 parent 4eae623 commit 88bef0b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/BootstrapBlazor/Components/Upload/InputUpload.razor.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,14 @@
316316
}
317317
}
318318

319+
&:not(.disabled) {
320+
.upload-drop-body {
321+
em {
322+
color: var(--bs-primary);
323+
}
324+
}
325+
}
326+
319327
.upload-drop-body {
320328
border: 1px dashed var(--bs-primary);
321329
border-radius: var(--bs-border-radius);
@@ -336,7 +344,6 @@
336344
}
337345

338346
em {
339-
color: var(--bs-primary);
340347
font-style: normal;
341348
}
342349
}

0 commit comments

Comments
 (0)