Skip to content

Commit 73af9e9

Browse files
committed
feat: forms disabled styles
1 parent 9172dc6 commit 73af9e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/assets/css/dsg_forms.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ input[type="search"]:focus {
1212
outline: none;
1313
border-color: var(--dsg-colors-secondary-500);
1414
}
15+
input[type="text"]:disabled,
16+
input[type="search"]:disabled,
17+
button:disabled {
18+
opacity: 0.5;
19+
}
1520

1621
/* Checkboxes UI */
1722
.__checkbox_ui:checked ~ label .__checkbox_ui {

0 commit comments

Comments
 (0)