Remove trailing comma of stylesheet selectors
This commit is contained in:
parent
bdcc38fd13
commit
0354273a1b
|
@ -390,7 +390,7 @@ form.comment_edit {
|
|||
select[disabled],
|
||||
textarea[disabled],
|
||||
input[disabled],
|
||||
button[disabled], {
|
||||
button[disabled] {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.33;
|
||||
}
|
||||
|
|
|
@ -328,7 +328,7 @@ form.comment_edit {
|
|||
select[disabled],
|
||||
textarea[disabled],
|
||||
input[disabled],
|
||||
button[disabled], {
|
||||
button[disabled] {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.33;
|
||||
}
|
||||
|
|
|
@ -390,7 +390,7 @@ form.comment_edit {
|
|||
select[disabled],
|
||||
textarea[disabled],
|
||||
input[disabled],
|
||||
button[disabled], {
|
||||
button[disabled] {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.33;
|
||||
}
|
||||
|
|
|
@ -288,7 +288,7 @@ label {
|
|||
select[disabled],
|
||||
textarea[disabled],
|
||||
input[disabled],
|
||||
button[disabled], {
|
||||
button[disabled] {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.33;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue