Remove trailing comma of stylesheet selectors

This commit is contained in:
Helen Chong 2024-06-22 02:14:24 +08:00
parent bdcc38fd13
commit 0354273a1b
4 changed files with 4 additions and 4 deletions

View File

@ -390,7 +390,7 @@ form.comment_edit {
select[disabled], select[disabled],
textarea[disabled], textarea[disabled],
input[disabled], input[disabled],
button[disabled], { button[disabled] {
cursor: not-allowed; cursor: not-allowed;
opacity: 0.33; opacity: 0.33;
} }

View File

@ -328,7 +328,7 @@ form.comment_edit {
select[disabled], select[disabled],
textarea[disabled], textarea[disabled],
input[disabled], input[disabled],
button[disabled], { button[disabled] {
cursor: not-allowed; cursor: not-allowed;
opacity: 0.33; opacity: 0.33;
} }

View File

@ -390,7 +390,7 @@ form.comment_edit {
select[disabled], select[disabled],
textarea[disabled], textarea[disabled],
input[disabled], input[disabled],
button[disabled], { button[disabled] {
cursor: not-allowed; cursor: not-allowed;
opacity: 0.33; opacity: 0.33;
} }

View File

@ -288,7 +288,7 @@ label {
select[disabled], select[disabled],
textarea[disabled], textarea[disabled],
input[disabled], input[disabled],
button[disabled], { button[disabled] {
cursor: not-allowed; cursor: not-allowed;
opacity: 0.33; opacity: 0.33;
} }