GTK3: Fix floating-bar transparent text for light theme

This commit is contained in:
Daniel Ruiz de Alegría
2020-07-08 18:43:53 +02:00
parent 71d7ce57c6
commit 101ae7c598
4 changed files with 8 additions and 0 deletions
@@ -56,6 +56,7 @@ filechooser,
}
.floating-bar {
color: $selected_fg_color;
background-color: $selected_bg_color;
border-color: $selected_borders_color;
margin: 10px;
@@ -63,6 +64,7 @@ filechooser,
transition: background-color $backdrop_transition;
&:backdrop {
color: inherit;
box-shadow: none;
border-color: $borders_color;
}