GTK4: Fix theme blue highlight

This commit is contained in:
Marvin W 2022-08-20 20:46:03 +02:00
parent 0af92393f1
commit 517363dfc9
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ window.dino-main .dino-chatinput-button button:checked {
color: alpha(@theme_selected_bg_color, 0.8);
}
window.dino-main .dino-attach-button:backdrop,
window.dino-main .dino-attach-button:checked:backdrop,
window.dino-main .dino-chatinput-button button:checked:backdrop {
color: alpha(@theme_unfocused_selected_bg_color, 0.8);
}