Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(radial-chart): Set cursor pointer on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
subarroca authored and ffriedl89 committed Dec 14, 2020
1 parent cc349e2 commit 1ab935b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import '../../core/src/style/variables';

:host:not(.dt-radial-chart-path-selected):hover {
cursor: pointer;

.dt-radial-chart-path-hover {
opacity: 0.3;
}
Expand Down

0 comments on commit 1ab935b

Please sign in to comment.