From 67cdd0bea2e5d529e33ac0dc7ace086dafb072b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 15 Oct 2024 17:48:52 +0200 Subject: [PATCH] window-list: Remove outdated style A long time ago, the window list used to embed the bottom message tray, which caused notifications to inherit the window-list's font style. Since that's no longer the case, we have no business in messing with notification styling, so stop doing that. Part-of: (cherry picked from commit f1671bc20624ad988bbb2f01ec2bae7b2868f3f3) --- extensions/window-list/stylesheet-dark.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/extensions/window-list/stylesheet-dark.css b/extensions/window-list/stylesheet-dark.css index b9087971..f02fca60 100644 --- a/extensions/window-list/stylesheet-dark.css +++ b/extensions/window-list/stylesheet-dark.css @@ -81,7 +81,3 @@ width: 24px; height: 24px; } - -.notification { - font-weight: normal; -}