Skip to content

Commit

Permalink
fixed opacity for icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kendoow committed Apr 12, 2024
1 parent 8ca3a56 commit f74530b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/icons/theme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/components/SandboxBlock/SandboxBlock.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,17 @@ $block: '.#{variables.$ns}sandbox-block';
&__control-icon {
cursor: pointer;
height: 18px;

svg {
path {
opacity: 0.5;
}
}

&-disabled {
svg {
path {
fill: var(--g-color-text-secondary);
fill: var(--g-color-text-hint);
}
}
}
Expand Down

0 comments on commit f74530b

Please sign in to comment.