GTK3: Fix checkbox icon color

This commit is contained in:
Daniel Ruiz de Alegría
2020-04-22 02:25:47 +02:00
parent 4db9c9df18
commit b0394c410f
4 changed files with 7 additions and 3 deletions
@@ -87,6 +87,7 @@ radio {
background-image: linear-gradient(to bottom, $selected_bg_color 20%, darken($selected_bg_color, 2%) 90%);
border-color: $selected_borders_color;
box-shadow: inset 0 1px transparentize(white, .9), $_shadow;
color: white;
&:active { box-shadow: none; }
&:backdrop { background-image: image($checkradio_bg_color); }