We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eae623 commit 88bef0bCopy full SHA for 88bef0b
src/BootstrapBlazor/Components/Upload/InputUpload.razor.scss
@@ -316,6 +316,14 @@
316
}
317
318
319
+ &:not(.disabled) {
320
+ .upload-drop-body {
321
+ em {
322
+ color: var(--bs-primary);
323
+ }
324
325
326
+
327
.upload-drop-body {
328
border: 1px dashed var(--bs-primary);
329
border-radius: var(--bs-border-radius);
@@ -336,7 +344,6 @@
336
344
337
345
338
346
em {
339
- color: var(--bs-primary);
340
347
font-style: normal;
341
348
342
349
0 commit comments