[ACS-8444] - [ACA] Testing Angular 15 - Underline in filter boxes are not bolded (#9985)

This commit is contained in:
dominikiwanekhyland
2024-07-25 09:36:48 +02:00
committed by GitHub
parent af9e916056
commit 8d34de2ff6

View File

@@ -26,7 +26,15 @@
} }
} }
#{$mat-notched-outline-leading} { #{$mat-text-field-focused} {
#{$mat-notched-outline-trailing},
#{$mat-notched-outline-notch},
#{$mat-notched-outline-leading} {
border-bottom-width: 2px;
}
}
#{$mat-notched-outline-leading} {
display: none; display: none;
} }