Skip to content

Commit

Permalink
Fixed selectors error in build/serve
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwillmsen committed Nov 17, 2023
1 parent 6e02bae commit 472c1a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
--mat-mdc-button-ripple-color: #{rgba($color, 0.1)};
}

.mat-mdc-unelevated-button:not(:disabled, :hover).mat-#{$type},
.mat-mdc-unelevated-button:not(:disabled).mat-#{$type},
.mat-mdc-unelevated-button:not(:hover).mat-#{$type},
.mat-mdc-raised-button:not(:disabled).mat-#{$type},
.mat-mdc-fab:not(:disabled).mat-#{$type},
.mat-mdc-mini-fab:not(:disabled).mat-#{$type} {
Expand Down

0 comments on commit 472c1a6

Please sign in to comment.