Skip to content

Commit c17bfb2

Browse files
committed
fix(files_external): Background color of external devices with errors should respect color theme
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent b62c49f commit c17bfb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.files-filestable tbody tr.externalErroredRow {
2-
background-color: #F2DEDE;
2+
/* TODO: As soon as firefox supports it: color-mix(in srgb, var(--color-error) 15%, var(--color-main-background)) */
3+
background-color: rgba(255, 0, 0, 0.13);
34
}

0 commit comments

Comments
 (0)