GTK4: Fix theme blue highlight
This commit is contained in:
parent
0af92393f1
commit
517363dfc9
|
@ -211,7 +211,7 @@ window.dino-main .dino-chatinput-button button:checked {
|
||||||
color: alpha(@theme_selected_bg_color, 0.8);
|
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 {
|
window.dino-main .dino-chatinput-button button:checked:backdrop {
|
||||||
color: alpha(@theme_unfocused_selected_bg_color, 0.8);
|
color: alpha(@theme_unfocused_selected_bg_color, 0.8);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue