Skip to content

Commit ceb15e0

Browse files
authored
Keyboard: the configure button in the notification pop is not accessible by tab key (fix microsoft#184711) (microsoft#185013)
1 parent 66b54e1 commit ceb15e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@
8787
height: 22px;
8888
}
8989

90+
.monaco-workbench .notifications-list-container .monaco-list:focus-within .notification-list-item .notification-list-item-toolbar-container,
9091
.monaco-workbench .notifications-list-container .notification-list-item:hover .notification-list-item-toolbar-container,
91-
.monaco-workbench .notifications-list-container .monaco-list-row.focused .notification-list-item .notification-list-item-toolbar-container,
92-
.monaco-workbench .notifications-list-container .notification-list-item.expanded .notification-list-item-toolbar-container {
92+
.monaco-workbench .notifications-list-container .monaco-list-row.focused .notification-list-item .notification-list-item-toolbar-container {
9393
display: block;
9494
}
9595

0 commit comments

Comments
 (0)