Handle selectable table dark mode more elegantly

This commit is contained in:
Alex Ling
2020-07-22 17:31:38 +00:00
parent 2773c1e67f
commit 70ea1711ce
2 changed files with 3 additions and 4 deletions

View File

@@ -63,11 +63,11 @@
background: #F4E487;
}
#selectable .ui-selecting.dark {
.uk-light #selectable .ui-selecting {
background: #5E5731;
}
#selectable .ui-selected.dark {
.uk-light #selectable .ui-selected {
background: #9D9252;
}