Skip to content

Commit 329ac0d

Browse files
committed
Default action button outline to transparent
1 parent 5a799b2 commit 329ac0d

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, #f38518);
42+
outline: 1px dotted var(--vscode-contrastActiveBorder, transparent);
4343
outline-offset: -1px;
4444
}
4545

0 commit comments

Comments
 (0)