Fix list text color on backdrop state

This commit is contained in:
EliverLara
2018-12-05 16:06:44 -06:00
parent 54b4bf236f
commit ca745c2d10
3 changed files with 15 additions and 15 deletions

View File

@@ -4010,14 +4010,14 @@ treeview ~ scrollbar.vertical {
.sidebar row label {
color: #98abb2; }
.sidebar row:selected {
color: #fff; }
color: #fefefe; }
.sidebar row:selected:backdrop {
color: rgba(247, 185, 34, 0.6);
background: transparent; }
color: #fefefe;
background: rgba(247, 185, 34, 0.6); }
.sidebar row:selected:backdrop label {
color: #fff; }
color: #fefefe; }
.sidebar row:selected label {
color: #fff; }
color: #fefefe; }
.sidebar.source-list {
background: #ebf0f5;
padding: 4px 0px; }