Skip to content
Snippets Groups Projects
Commit aa4b693f authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #12091 TIME 0:10 fix disabled input form

parent 7cb613c1
No related branches found
No related tags found
No related merge requests found
...@@ -159,6 +159,17 @@ ...@@ -159,6 +159,17 @@
} }
} }
.input-form.mat-form-field-disabled {
::ng-deep.mat-input-element {
cursor: not-allowed;
padding-left: 20px;
}
::ng-deep.mat-form-field-flex {
cursor: not-allowed;
border: dashed 1px rgb(53, 50, 50);
}
}
.opt-group { .opt-group {
font-weight: bold; font-weight: bold;
} }
...@@ -190,12 +201,13 @@ ...@@ -190,12 +201,13 @@
transition: all 0.1s; transition: all 0.1s;
&:hover, &[aria-expanded=true] { &:hover,
&[aria-expanded=true] {
background: $primary !important; background: $primary !important;
border: solid 1px white !important; border: solid 1px white !important;
color: white !important; color: white !important;
transition: all 0.1s; transition: all 0.1s;
} }
::ng-deep.mat-button-wrapper { ::ng-deep.mat-button-wrapper {
...@@ -271,12 +283,13 @@ ...@@ -271,12 +283,13 @@
width: 240px; width: 240px;
transition: all 0.1s; transition: all 0.1s;
&:hover, &[aria-expanded=true] { &:hover,
&[aria-expanded=true] {
background: white !important; background: white !important;
border: solid 1px white !important; border: solid 1px white !important;
color: $primary !important; color: $primary !important;
transition: all 0.1s; transition: all 0.1s;
} }
::ng-deep.mat-button-wrapper { ::ng-deep.mat-button-wrapper {
...@@ -358,18 +371,6 @@ ...@@ -358,18 +371,6 @@
} }
} }
.mat-form-field-disabled {
::ng-deep.mat-input-element {
cursor: not-allowed;
padding-left: 20px;
}
::ng-deep.mat-form-field-flex {
cursor: not-allowed;
border: dashed 1px rgb(53, 50, 50);
}
}
.div-list { .div-list {
padding: 0px; padding: 0px;
...@@ -435,7 +436,7 @@ ...@@ -435,7 +436,7 @@
::ng-deep.mat-form-field-label { ::ng-deep.mat-form-field-label {
top: 0px; top: 0px;
font-size: 12px; font-size: 12px;
} }
} }
.disabled { .disabled {
...@@ -488,9 +489,11 @@ ...@@ -488,9 +489,11 @@
.categoryLabel { .categoryLabel {
letter-spacing: 1px; letter-spacing: 1px;
font-size: 13px; font-size: 13px;
@media (max-width: 768px) { @media (max-width: 768px) {
font-size: 1em; font-size: 1em;
} }
color: $primary; color: $primary;
font-weight: bold; font-weight: bold;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment