Skip to content

Commit

Permalink
fix(cc-button): apply proper opacity value on cc-icon in circle mod…
Browse files Browse the repository at this point in the history
…e and loading state
  • Loading branch information
roberttran-cc committed Jun 26, 2023
1 parent 2a81406 commit 95d4187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/cc-button/cc-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ export class CcButton extends LitElement {
opacity: 1;
}
:host([waiting]) button.circle .text-wrapper cc-icon,
:host([waiting]) button.circle .text-wrapper img {
opacity: 0.25;
}
Expand Down

0 comments on commit 95d4187

Please sign in to comment.