Skip to content

Commit

Permalink
[css] remove duplicate selector
Browse files Browse the repository at this point in the history
covered by next selector
  • Loading branch information
lkhrs committed May 24, 2023
1 parent ee8684c commit 84f8fd2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,17 +197,6 @@ label[type="button"] {
line-height: normal;
}

button[disabled],
.button[aria-disabled="true"],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][disabled],
select[disabled] {
cursor: not-allowed;
}

.button[aria-disabled="true"],
input:disabled,
textarea:disabled,
Expand Down

0 comments on commit 84f8fd2

Please sign in to comment.