Skip to content

Commit 35c1f3e

Browse files
authored
notifications - go back to showing toolbar in expanded notifications (microsoft#185094)
Otherwise hovering over long notifications can result in ugly flicker.
1 parent f3aa9a2 commit 35c1f3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/browser/parts/notifications/media/notificationsList.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989

9090
.monaco-workbench .notifications-list-container .monaco-list:focus-within .notification-list-item .notification-list-item-toolbar-container,
9191
.monaco-workbench .notifications-list-container .notification-list-item:hover .notification-list-item-toolbar-container,
92-
.monaco-workbench .notifications-list-container .monaco-list-row.focused .notification-list-item .notification-list-item-toolbar-container {
92+
.monaco-workbench .notifications-list-container .monaco-list-row.focused .notification-list-item .notification-list-item-toolbar-container,
93+
.monaco-workbench .notifications-list-container .notification-list-item.expanded .notification-list-item-toolbar-container {
9394
display: block;
9495
}
9596

0 commit comments

Comments
 (0)