Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
e82af9ab by wurstsalat at 2024-08-02T16:28:53+02:00
fix: GroupChatRoster: Fix hover style scope to avoid hidden scrollbar thumb
Fixes #11936
- - - - -
1 changed file:
- gajim/data/style/gajim.css
Changes:
=====================================
gajim/data/style/gajim.css
=====================================
@@ -426,11 +426,11 @@ .chat-filter-icons button {
}
/* Groupchat Roster */
-.groupchat-roster *:hover {
+.groupchat-roster treeview:hover {
background-color: @theme_bg_color;
}
-.groupchat-roster *:selected {
+.groupchat-roster treeview:selected {
color: @theme_fg_color;
background-color: @theme_bg_color;
}
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/e82af9aba828d588889048a14b24449c87a6b852
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/e82af9aba828d588889048a14b24449c87a6b852
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]