Skip to content

Commit cb0c4d3

Browse files
committed
Merge pull request #55 from cvrebert/hidden-important
[css-ui] Add !important to input[type=hidden] portion of default stylesheet to align with HTML
2 parents 7a74337 + f20f4b9 commit cb0c4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-ui/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ textarea
16711671
input[type=hidden]
16721672
{
16731673
/* appearance of the HTML hidden text field in particular */
1674-
display: none;
1674+
display: none !important;
16751675
}
16761676

16771677
input[type=image]

0 commit comments

Comments
 (0)