Browse Source

Fixes wrong css variable

main
Eric Amodio 1 year ago
parent
commit
375a8fbf0b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/webviews/apps/plus/graph/graph.scss

+ 3
- 3
src/webviews/apps/plus/graph/graph.scss View File

@ -401,7 +401,7 @@ button:not([disabled]),
font-family: inherit;
background-color: transparent;
border: none;
color: var(--text-disabled, hsla(0, 0%, 100%, 0.4));
color: var(--color-graph-text-disabled, hsla(0, 0%, 100%, 0.4));
margin: 0;
padding: 0 2px;
height: var(--column-button-height);
@ -924,7 +924,7 @@ button:not([disabled]),
.button {
background-color: var(--color-graph-actionbar-background);
color: var(--text-disabled, hsla(0deg, 0%, 100%, 0.4));
color: var(--color-graph-text-disabled, hsla(0deg, 0%, 100%, 0.4));
border-radius: 3px;
&:hover {
@ -946,7 +946,7 @@ button:not([disabled]),
.graph-icon {
position: relative;
top: -2px;
color: var(--text-disabled, hsla(0, 0%, 100%, 0.4));
color: var(--color-graph-text-disabled, hsla(0, 0%, 100%, 0.4));
}
}

Loading…
Cancel
Save