Skip to content

Commit

Permalink
fix: disabled styles for toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed May 20, 2024
1 parent 7430f88 commit 64fc8de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles/ui.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,9 @@

&[data-disabled] {
pointer-events: none;
color: var(--baseBorderHover);
& svg {
color: var(--baseBorderHover);
}
}
}

Expand Down

0 comments on commit 64fc8de

Please sign in to comment.