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 3c7d354 commit 7e437caCopy full SHA for 7e437ca
src/components/ToolBar/index.less
@@ -18,15 +18,16 @@
18
border-radius: 2px;
19
transition: all 0.3s;
20
&:hover {
21
- color: #06c;
22
- background-color: #e8e8e8;
+ color: var(--color-accent-fg);
+ background-color: var(--color-neutral-muted);
23
}
24
&.active {
25
+ color: var(--color-prettylights-syntax-constant);
26
27
28
&:active {
- color: #6a57ff;
29
- background-color: #dadada;
+ color: var(--color-danger-fg);
30
31
32
svg {
33
vertical-align: middle;
0 commit comments