mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
Handle selectable table dark mode more elegantly
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user