We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d076227 commit 0d0c2c4Copy full SHA for 0d0c2c4
arduino-ide-extension/src/browser/style/index.css
@@ -149,3 +149,9 @@ button.secondary[disabled], .theia-button.secondary[disabled] {
149
.hc-black.hc-theia.theia-hc button.theia-button.secondary {
150
border: 1px solid var(--theia-button-border);
151
}
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