Commit 231cd0f
authored
Rollup merge of rust-lang#96939 - GuillaumeGomez:settings-css, r=notriddle
Fix settings page CSS
In rust-lang#96741, I moved the CSS loading outside of `settings.js`. The result was that on the settings page, there isn't the settings CSS anymore:

I also used this opportunity to remove unused CSS rules (we don't have `<select>` elements anymore in the settings).
cc `@jsha`
r? `@notriddle`File tree
3 files changed
+10
-39
lines changed- src
- librustdoc/html
- render
- static/css
- test/rustdoc-gui
3 files changed
+10
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
599 | | - | |
600 | | - | |
601 | | - | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
602 | 604 | | |
603 | 605 | | |
604 | 606 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 59 | | |
92 | 60 | | |
93 | 61 | | |
| |||
96 | 64 | | |
97 | 65 | | |
98 | 66 | | |
99 | | - | |
100 | 67 | | |
101 | 68 | | |
102 | 69 | | |
| |||
108 | 75 | | |
109 | 76 | | |
110 | 77 | | |
111 | | - | |
112 | 78 | | |
113 | 79 | | |
114 | 80 | | |
| |||
121 | 87 | | |
122 | 88 | | |
123 | 89 | | |
124 | | - | |
125 | | - | |
126 | 90 | | |
127 | 91 | | |
128 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
0 commit comments