Skip to content

Commit a53feb5

Browse files
dashed outline for notification item hover status
1 parent fe28745 commit a53feb5

File tree

1 file changed

+6
-0
lines changed
  • arduino-ide-extension/src/browser/style

1 file changed

+6
-0
lines changed

Diff for: arduino-ide-extension/src/browser/style/index.css

+6
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,9 @@ button.secondary[disabled], .theia-button.secondary[disabled] {
149149
.hc-black.hc-theia.theia-hc button.theia-button.secondary {
150150
border: 1px solid var(--theia-button-border);
151151
}
152+
153+
.hc-black.hc-theia.theia-hc .theia-notification-list-item:hover:not(:focus) {
154+
background-color: var(--theia-notifications-background);
155+
outline: 1px dashed var(--theia-focusBorder);
156+
outline-offset: -2px;
157+
}

0 commit comments

Comments
 (0)