Skip to content

Commit 331cf2b

Browse files
committed
fix: specificity for loading opacity
1 parent 3ce0447 commit 331cf2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Shared/Components/Button/button.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@
176176

177177
// Hide the visibility for the button child elements when loading is true
178178
&--loading {
179-
opacity: 1;
179+
// Override the opacity from dc__disabled
180+
opacity: 1 !important;
180181

181182
&>* {
182183
visibility: hidden;

0 commit comments

Comments
 (0)