angular-material-15 Questions
3
I'm using Angular 15 with Material 15 and trying to add a button without ripple effect / any hover effect's.
This used to work in angular material 12:
<button mat-button [disableRipple]="tr...
Ribbonfish asked 14/7, 2023 at 6:44
3
Solved
I would like to override the font width in Angular Material 15 buttons and input fields.
Material docs say here that I should do this in my stylesheet:
@use '@angular/material' as mat;
$my-custom-...
Higley asked 26/12, 2022 at 20:55
4
When I customize the theme to set a font...
some text gets properly styled (e.g. <mat-card-title> <mat-card-action> etc)
but some other does not (e.g. <p> <span> <mat-ca...
Skean asked 28/11, 2022 at 3:39
1
The new Angular Material 15 has some "breaking" changes in regards of the colors and spacing. Therefore I need to overwrite the default values of the CSS variables. I define in my styles....
Fraudulent asked 6/2, 2023 at 13:10
1
© 2022 - 2024 — McMap. All rights reserved.