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 edf0f46 commit c263e30Copy full SHA for c263e30
extensions/ql-vscode/src/view/common/ActionButton/ActionButton.module.css
@@ -19,7 +19,7 @@
19
pointer-events: none;
20
}
21
22
-.actionButton .codicon,
+.actionButton :global(.codicon),
23
.actionButton svg {
24
color: var(--vscode-icon-foreground);
25
display: block;
@@ -32,7 +32,7 @@
32
width: 16px;
33
34
35
-.actionButton:disabled .codicon,
+.actionButton:disabled :global(.codicon),
36
.actionButton:disabled svg {
37
color: var(--vscode-disabledForeground);
38
@@ -54,8 +54,3 @@
54
.actionButton:focus-visible {
55
border-color: var(--vscode-focusBorder);
56
57
-
58
-.label {
59
- display: block;
60
- padding: 0 5px 0 2px;
61
-}
0 commit comments