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: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/338>
(cherry picked from commit f1671bc206)
This commit is contained in:
Florian Müllner
2024-10-15 17:48:52 +02:00
parent 87a849c5af
commit 67cdd0bea2

View File

@@ -81,7 +81,3 @@
width: 24px;
height: 24px;
}
.notification {
font-weight: normal;
}