[polari] style: Drop :selected style in room list rows
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] style: Drop :selected style in room list rows
- Date: Sat, 19 Mar 2022 15:19:35 +0000 (UTC)
commit 4d2b6e5589c0e9e49b5989d4f58ff50987bdcc2d
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Mar 19 14:10:24 2022 +0100
style: Drop :selected style in room list rows
Adwaita no longer uses the accent color for the selection background,
and therefore uses the regular color for text. We should do the same,
so just drop the special case.
Part-of: <https://gitlab.gnome.org/GNOME/polari/-/merge_requests/250>
data/resources/style.css | 9 ---------
1 file changed, 9 deletions(-)
---
diff --git a/data/resources/style.css b/data/resources/style.css
index 3e9aa123..c8c4a0b2 100644
--- a/data/resources/style.css
+++ b/data/resources/style.css
@@ -82,19 +82,10 @@
color: mix(@window_fg_color, @view_bg_color, 0.3);
}
-.polari-room-list row.inactive:selected *,
-.polari-room-list row.inactive:selected:backdrop * {
- color: mix(@accent_fg_color, @view_bg_color, 0.3);
-}
-
.polari-room-list row:backdrop * {
color: @window_fg_color;
}
-.polari-room-list row:backdrop:selected * {
- color: @accent_fg_color;
-}
-
.polari-room-list row .pending-messages-count {
color: @accent_fg_color;
background-color: mix(@accent_bg_color, @accent_fg_color, 0.3);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]