|
|
|
@ -224,10 +224,10 @@ div { |
|
|
|
|
|
|
|
.tb-hint { |
|
|
|
padding: 0 16px 16px; |
|
|
|
font-size: var(--mdc-typography-caption-font-size, 12px); |
|
|
|
line-height: var(--mdc-typography-caption-line-height, 20px); |
|
|
|
font-weight: var(--mdc-typography-caption-font-weight, 400); |
|
|
|
letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em); |
|
|
|
font-size: var(--mat-typography-caption-font-size, 12px); |
|
|
|
line-height: var(--mat-typography-caption-line-height, 20px); |
|
|
|
font-weight: var(--mat-typography-caption-font-weight, 400); |
|
|
|
letter-spacing: var(--mat-typography-caption-letter-spacing, 0.0333333333em); |
|
|
|
color: rgba(0, 0, 0, 0.6); |
|
|
|
white-space: normal; |
|
|
|
} |
|
|
|
@ -637,8 +637,8 @@ pre.tb-highlight { |
|
|
|
} |
|
|
|
|
|
|
|
.tb-autofilled:has(input:-webkit-autofill){ |
|
|
|
--mdc-outlined-text-field-label-text-color: var(--mdc-outlined-text-field-input-text-color); |
|
|
|
--mdc-outlined-text-field-hover-label-text-color: var(--mdc-outlined-text-field-input-text-color); |
|
|
|
--mat-form-field-outlined-label-text-color: var(--mat-form-field-outlined-input-text-color); |
|
|
|
--mat-form-field-outlined-hover-label-text-color: var(--mat-form-field-outlined-input-text-color); |
|
|
|
.mat-mdc-form-field-flex { |
|
|
|
&:before { |
|
|
|
display: block; |
|
|
|
@ -663,10 +663,10 @@ pre.tb-highlight { |
|
|
|
&:-webkit-autofill:focus, |
|
|
|
&:-webkit-autofill:active { |
|
|
|
-webkit-background-clip: text !important; |
|
|
|
-webkit-text-fill-color: var(--mdc-outlined-text-field-input-text-color); |
|
|
|
-webkit-text-fill-color: var(--mat-form-field-outlined-input-text-color); |
|
|
|
} |
|
|
|
&::spelling-error { |
|
|
|
color: var(--mdc-outlined-text-field-input-text-color); |
|
|
|
color: var(--mat-form-field-outlined-input-text-color); |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -1329,7 +1329,7 @@ pre.tb-highlight { |
|
|
|
} |
|
|
|
|
|
|
|
&.active:not(:disabled) { |
|
|
|
--mdc-outlined-button-outline-color: $primary; |
|
|
|
--mat-button-outlined-outline-color: $primary; |
|
|
|
} |
|
|
|
|
|
|
|
&:disabled { |
|
|
|
|