Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0d0c2c4

Browse files
dashed outline for notification item hover status
1 parent d076227 commit 0d0c2c4

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

‎arduino-ide-extension/src/browser/style/index.css‎

Lines changed: 6 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /