Skip to content

Commit 4a1c1e1

Browse files
committed
fix: apply noData state class to empty fill circle
1 parent bd999a0 commit 4a1c1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/animationsUsage.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
}
3737

38-
.ep-half-circle--empty, .ep-circle--empty {
38+
.ep-half-circle--empty, .ep-half-circle--empty__fill, .ep-circle--empty, .ep-circle--empty__fill {
3939
&.ep-circle--nodata {
4040
opacity: 0.5;
4141
}

0 commit comments

Comments
 (0)