Skip to content

Commit 2533be2

Browse files
sawankshrmawurstbrot
authored andcommitted
fix(styles): remove Important and unecessary styling from custom-theme.scss
the mat-expansinon-panel-header styles (48px and 16px) are anyways default values, removing them doesn't affect the UI
1 parent ce39ba9 commit 2533be2

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

src/custom-theme.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@ body.dark-theme {
309309
}
310310
}
311311

312-
.mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected,
312+
313313
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--selected {
314-
background-color: var(--primary-color) !important;
314+
background-color: var(--primary-color);
315315
}
316316

317317
// Form fields and inputs
@@ -439,11 +439,6 @@ svg .cursors #selected {
439439
stroke-width: 4px;
440440
}
441441

442-
mat-expansion-panel-header {
443-
height: 48px !important;
444-
padding: 0 16px;
445-
}
446-
447442
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
448443
padding-top: 16px;
449444
padding-bottom: 8px;

0 commit comments

Comments
 (0)