Skip to content

Commit c2dbdde

Browse files
Hannes FunkPhMemmel
authored andcommitted
MBS-10580: Fix darkmode labels in filled dropzone
1 parent 02f9e17 commit c2dbdde

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

scss/partials/ai-dropzone.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
.tiny_ai_dropzone_filled {
2525
background-color: #ffffff;
26-
color: #000000;
26+
color: var(--color-font);
2727
}
2828

2929
.tiny_ai_dropzone_preview_container {

styles.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@
290290
color: var(--color-font);
291291
}
292292
.tiny_ai-button.tertiary:hover {
293-
--color-font: --bs-primary;
294293
background-color: unset;
294+
color: var(--bs-primary) !important;
295295
}
296296
.tiny_ai-button [class^=fa-] {
297297
font-size: 20px;
@@ -361,7 +361,7 @@
361361

362362
.tiny_ai_dropzone_filled {
363363
background-color: #ffffff;
364-
color: #000000;
364+
color: var(--color-font);
365365
}
366366

367367
.tiny_ai_dropzone_preview_container {
@@ -453,5 +453,3 @@
453453
font-weight: 500;
454454
line-height: 30px; /* 150% */
455455
}
456-
457-
/*# sourceMappingURL=styles.css.map */

0 commit comments

Comments
 (0)