window-list: fix font-style of notifications
Notifications are reparented to the bottom panel when there is one, so they would inherit the bold font. Avoid that.
This commit is contained in:
@@ -75,3 +75,7 @@
|
||||
.window-list-workspace-indicator > StLabel {
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
.notification {
|
||||
font-weight: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user