Skip to content

Commit f20f4b9

Browse files
committed
[css-ui] Add !important to input[type=hidden] portion of default stylesheet to align with HTML
Per https://html.spec.whatwg.org/multipage/rendering.html#hidden-elements : input[type=hidden i] { display none ! important; }
1 parent 81355cb commit f20f4b9

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
@@ -1672,7 +1672,7 @@ textarea
16721672
input[type=hidden]
16731673
{
16741674
/* appearance of the HTML hidden text field in particular */
1675-
display: none;
1675+
display: none !important;
16761676
}
16771677

16781678
input[type=image]

0 commit comments

Comments
 (0)