Skip to content

Commit

Permalink
Merge pull request #128 from IgniteUI/dpetev/flat-button-disabled
Browse files Browse the repository at this point in the history
fix(themes,button): flat button background in material
  • Loading branch information
simeonoff committed Nov 9, 2021
2 parents 48a4975 + afdc50c commit 63c03c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/button/button.material.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,12 @@ span[part='suffix'] {
}

.flat {
background: transparent;
color: color(secondary, 500);
background: transparent;

&.disabled {
background: transparent;
}

&::before {
opacity: 0;
Expand Down

0 comments on commit 63c03c5

Please sign in to comment.