Skip to content

Commit c263e30

Browse files
committed
Tidy up ActionButton css module
1 parent edf0f46 commit c263e30

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
pointer-events: none;
2020
}
2121

22-
.actionButton .codicon,
22+
.actionButton :global(.codicon),
2323
.actionButton svg {
2424
color: var(--vscode-icon-foreground);
2525
display: block;
@@ -32,7 +32,7 @@
3232
width: 16px;
3333
}
3434

35-
.actionButton:disabled .codicon,
35+
.actionButton:disabled :global(.codicon),
3636
.actionButton:disabled svg {
3737
color: var(--vscode-disabledForeground);
3838
}
@@ -54,8 +54,3 @@
5454
.actionButton:focus-visible {
5555
border-color: var(--vscode-focusBorder);
5656
}
57-
58-
.label {
59-
display: block;
60-
padding: 0 5px 0 2px;
61-
}

0 commit comments

Comments
 (0)