Skip to content

Commit 5a799b2

Browse files
committed
Add default value for action button hover outline
1 parent c639f7d commit 5a799b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/view/common/ActionButton/ActionButton.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
.actionButton:hover {
4141
background-color: var(--vscode-toolbar-hoverBackground);
42-
outline: 1px dotted var(--vscode-contrastActiveBorder);
42+
outline: 1px dotted var(--vscode-contrastActiveBorder, #f38518);
4343
outline-offset: -1px;
4444
}
4545

0 commit comments

Comments
 (0)