Fixing gtk4

This commit is contained in:
Néstor Andreu 2023-06-13 15:06:39 +02:00
parent a9b93f8078
commit 2217140ec8
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ iconview :selected {
iconview :selected:focus-within {
border: none;
alpha(@theme_selected_bg_color, 0.75);
background-color: alpha(@theme_selected_bg_color, 0.75);
color: @theme_selected_fg_color;
}