Fix blackened selected items #18

This commit is contained in:
EliverLara
2019-11-29 12:29:04 -06:00
parent 497344690a
commit c25b43d605
3 changed files with 12 additions and 10 deletions

View File

@@ -50,13 +50,15 @@
background-color: $base_color;
&:backdrop { background-color: $backdrop_base_color; }
}
*:selected, *:selected:backdrop{
background: transparent;
color: $selected_bg_color;
label {
.frame {
*:selected, *:selected:backdrop{
background: transparent;
color: $selected_bg_color;
}
}
label {
color: $selected_bg_color;
}
}
}
}
searchbar {