$field-focused-label-bg-color -> $background

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-10-16 18:26:05 +02:00
parent 4fb0d021ae
commit 1691127ad2
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
6 changed files with 3 additions and 10 deletions

View file

@ -128,7 +128,7 @@ limitations under the License.
font-size: $font-10px;
transform: translateY(-13px);
padding: 0 2px;
background-color: $field-focused-label-bg-color;
background-color: $background;
pointer-events: initial;
}
@ -144,7 +144,7 @@ limitations under the License.
.mx_Field input:disabled + label,
.mx_Field textarea:disabled,
.mx_Field textarea:disabled + label {
background-color: $field-focused-label-bg-color;
background-color: $background;
color: $greyed-fg-color;
}