Skip to content

Commit 90459fa

Browse files
Remove Focus Ring for Circuit Run Button (#2578)
1 parent e938e45 commit 90459fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/npm/qsharp/ux/qsharp-circuit.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@
343343
filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
344344
}
345345

346+
.svg-run-button:focus {
347+
outline: none;
348+
}
349+
346350
.svg-run-button-text {
347351
fill: var(--vscode-button-foreground, #ffffff);
348352
font-size: 16px;

0 commit comments

Comments
 (0)