frontend: update disabled text field background color in SCSS files
This commit is contained in:
parent
c43af5c469
commit
5fd737ef0b
@ -35,7 +35,9 @@
|
|||||||
margin-bottom: var(--ov-meet-spacing-lg);
|
margin-bottom: var(--ov-meet-spacing-lg);
|
||||||
|
|
||||||
::ng-deep .mat-mdc-text-field-wrapper {
|
::ng-deep .mat-mdc-text-field-wrapper {
|
||||||
background-color: var(--ov-meet-surface-variant);
|
&.mdc-text-field--disabled {
|
||||||
|
background-color: var(--ov-meet-surface-variant);
|
||||||
|
}
|
||||||
border-radius: var(--ov-meet-border-radius-sm);
|
border-radius: var(--ov-meet-border-radius-sm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -88,7 +88,10 @@
|
|||||||
margin-bottom: var(--ov-meet-spacing-lg);
|
margin-bottom: var(--ov-meet-spacing-lg);
|
||||||
|
|
||||||
::ng-deep .mat-mdc-text-field-wrapper {
|
::ng-deep .mat-mdc-text-field-wrapper {
|
||||||
background-color: var(--ov-meet-surface-variant);
|
&.mdc-text-field--disabled {
|
||||||
|
background-color: var(--ov-meet-surface-variant);
|
||||||
|
}
|
||||||
|
|
||||||
border-radius: var(--ov-meet-border-radius-sm);
|
border-radius: var(--ov-meet-border-radius-sm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -83,7 +83,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mat-mdc-text-field-wrapper {
|
::ng-deep .mat-mdc-text-field-wrapper {
|
||||||
background-color: var(--ov-meet-surface-variant);
|
&.mdc-text-field--disabled {
|
||||||
|
background-color: var(--ov-meet-surface-variant);
|
||||||
|
}
|
||||||
border-radius: var(--ov-meet-border-radius-sm);
|
border-radius: var(--ov-meet-border-radius-sm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user