mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Fix text color for typification
Some checks failed
Frontend CI / build (18.x) (push) Has been cancelled
Some checks failed
Frontend CI / build (18.x) (push) Has been cancelled
This commit is contained in:
parent
ed47b1b0d6
commit
001069a7d9
|
@ -159,7 +159,7 @@ function FormConstituenta({
|
|||
disabled={true}
|
||||
label='Типизация'
|
||||
value={typification}
|
||||
colors='clr-app'
|
||||
colors='clr-app clr-text-default'
|
||||
/>
|
||||
<AnimatePresence>
|
||||
<AnimateFade key='cst_expression_fade' hideContent={!!state && !state?.definition_formal && isElementary}>
|
||||
|
|
|
@ -156,9 +156,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.clr-text-default {
|
||||
:is(.clr-text-default, input:disabled, textarea:disabled) {
|
||||
opacity: 1;
|
||||
-webkit-text-fill-color: var(--cl-fg-100);
|
||||
color: var(--cl-fg-100);
|
||||
.dark & {
|
||||
opacity: 1;
|
||||
-webkit-text-fill-color: var(--cd-fg-100);
|
||||
color: var(--cd-fg-100);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user