Skip to content

Commit be58730

Browse files
committed
[css-ui] Remove redundant display:inline-block for input[type=image]
This declaration is redundant considering that there's already https://github.com/w3c/csswg-drafts/blob/81355cb5f6a776d8988e7eb8b54efb3cad14594f/css-ui/Overview.bs#L1631-L1633
1 parent 81355cb commit be58730

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

css-ui/Overview.bs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,6 @@ input[type=hidden]
16771677

16781678
input[type=image]
16791679
{
1680-
display: inline-block;
16811680
content: attr(src,url);
16821681
border: none;
16831682
}

0 commit comments

Comments
 (0)