Skip to content

Commit 7a74337

Browse files
committed
Merge pull request #54 from cvrebert/patch-1
[css-ui] Avoid unnecessary redundancy in HTML default stylesheet
2 parents 81355cb + 81d1c4a commit 7a74337

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

css-ui/Overview.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,6 @@ input[type=radio],
16261626
textarea,
16271627
input,
16281628
input[type=text],
1629-
input[type=hidden],
16301629
input[type=password],
16311630
input[type=image]
16321631
{
@@ -1677,7 +1676,6 @@ input[type=hidden]
16771676

16781677
input[type=image]
16791678
{
1680-
display: inline-block;
16811679
content: attr(src,url);
16821680
border: none;
16831681
}

0 commit comments

Comments
 (0)