GTK3: fix whishkermenu not showing selected row

This commit is contained in:
Daniel Ruiz de Alegría
2020-06-24 13:14:30 +02:00
parent 999fd70f32
commit a0f4bf7a91
4 changed files with 4 additions and 4 deletions
@@ -99,7 +99,7 @@ filechooser,
background: $bg_color;
border-left: 1px solid $borders_color;
&:hover {
&:hover, &:active, &:selected {
background-color: transparentize($shadow_color, 0.03);
color: inherit;
}