Skip to content

Commit 6dd9977

Browse files
authored
Merge hotfix wp-689 to main (#313)
1 parent 341cffa commit 6dd9977

File tree

3 files changed

+190
-186
lines changed

3 files changed

+190
-186
lines changed

apcd_cms/src/apps/exception/static/forms/css/exception_submission_form.css

+9-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@ input[id^="threshold-requested"]::-webkit-outer-spin-button
1313
-moz-appearance:textfield;
1414
}
1515

16+
[id^="required_threshold"] {
17+
background-color: #e9ecef;
18+
color: #6c757d;
19+
border-color: #ced4da;
20+
cursor: not-allowed;
21+
}
22+
1623
/* Field Sizes */
17-
[id^="threshold-requested"], [id^="expiration-date"] {
24+
[id^="threshold-requested"], [id^="expiration-date"], [id^="required_threshold"] {
1825
min-width: 15ch;
1926
}
2027
/* To make sure sup values are not cut off when set as a label*/
@@ -35,4 +42,4 @@ label[name^="date-row"] {
3542
column-gap: var(--global-space--grid-gap);
3643
grid-template-columns: repeat(auto-fill, var(--max-col-width));
3744
max-width: calc(var(--global-space--grid-gap) + var(--max-col-width) * 2);
38-
}
45+
}

0 commit comments

Comments
 (0)