Skip to content

Commit

Permalink
Keyboard: the configure button in the notification pop is not accessi…
Browse files Browse the repository at this point in the history
…ble by tab key (fix #184711)
  • Loading branch information
bpasero committed Jun 13, 2023
1 parent 66b54e1 commit 52e033b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -87,9 +87,9 @@
height: 22px;
}

.monaco-workbench .notifications-list-container .monaco-list:focus-within .notification-list-item .notification-list-item-toolbar-container,
.monaco-workbench .notifications-list-container .notification-list-item:hover .notification-list-item-toolbar-container,
.monaco-workbench .notifications-list-container .monaco-list-row.focused .notification-list-item .notification-list-item-toolbar-container,
.monaco-workbench .notifications-list-container .notification-list-item.expanded .notification-list-item-toolbar-container {
.monaco-workbench .notifications-list-container .monaco-list-row.focused .notification-list-item .notification-list-item-toolbar-container {
display: block;
}

Expand Down

0 comments on commit 52e033b

Please sign in to comment.