Elastic: Support semi-transparent selection color on lists

This commit is contained in:
Aleksander Machniak 2019-08-20 08:23:13 +00:00
parent 80a5241a9d
commit db61adcc2f

View file

@ -143,7 +143,7 @@
} }
} }
&.selected > div { &.selected > div > * {
color: @color-list-selected; color: @color-list-selected;
background-color: @color-list-selected-background; background-color: @color-list-selected-background;
} }