]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Rollup merge of #79379 - GuillaumeGomez:no-js-not-hidden, r=Nemo157
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Tue, 15 Dec 2020 15:43:13 +0000 (16:43 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Dec 2020 15:43:13 +0000 (16:43 +0100)
commit275599daa5ff115c85826861ba0114b4b3edf28a
treeace6e8f258145257051d089f5dce128c2f67151f
parent99baddb57c0a950c1af8d125dc470894ddf052a7
parent9b09dc05794faf13f580bc7cc57788dfa32e28de
Rollup merge of #79379 - GuillaumeGomez:no-js-not-hidden, r=Nemo157

Show hidden elements by default when JS is disabled

Fixes  #79301.

A lot of things are hidden by default which shouldn't when JS is disabled. This PR fixes it.

Before:

![Screenshot from 2020-11-24 14-10-16](https://user-images.githubusercontent.com/3050060/100099361-a16d5580-2e5f-11eb-891b-a4c005aeb1d0.png)

After:

![after](https://user-images.githubusercontent.com/3050060/100099382-a6caa000-2e5f-11eb-8190-14f330aff9a2.png)

r? `@jyn514`