Commit c3e29ea
committed
Stop using the trigram of heaven as a hamburger button
It doesn't look quite right, because the lines are too far apart,
and it's not going to be announced by screenreaders as a menu button,
since that's not what the symbol means.
This adds a real tooltip and uses a better drawing of the icon.1 parent bd14fb6 commit c3e29ea
File tree
6 files changed
+25
-14
lines changed- src/librustdoc/html
- static/css
- templates
- tests
- rustdoc-gui
- rustdoc
6 files changed
+25
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1548 | 1548 | | |
1549 | 1549 | | |
1550 | 1550 | | |
| 1551 | + | |
1551 | 1552 | | |
1552 | 1553 | | |
1553 | 1554 | | |
| |||
1925 | 1926 | | |
1926 | 1927 | | |
1927 | 1928 | | |
1928 | | - | |
1929 | | - | |
1930 | | - | |
1931 | 1929 | | |
1932 | | - | |
| 1930 | + | |
1933 | 1931 | | |
1934 | 1932 | | |
1935 | 1933 | | |
| |||
1964 | 1962 | | |
1965 | 1963 | | |
1966 | 1964 | | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
| 1969 | + | |
| 1970 | + | |
1967 | 1971 | | |
1968 | | - | |
| 1972 | + | |
1969 | 1973 | | |
1970 | | - | |
| 1974 | + | |
1971 | 1975 | | |
1972 | 1976 | | |
1973 | | - | |
| 1977 | + | |
| 1978 | + | |
| 1979 | + | |
| 1980 | + | |
| 1981 | + | |
| 1982 | + | |
| 1983 | + | |
1974 | 1984 | | |
1975 | 1985 | | |
1976 | 1986 | | |
| |||
2303 | 2313 | | |
2304 | 2314 | | |
2305 | 2315 | | |
| 2316 | + | |
2306 | 2317 | | |
2307 | 2318 | | |
2308 | 2319 | | |
| |||
2407 | 2418 | | |
2408 | 2419 | | |
2409 | 2420 | | |
| 2421 | + | |
2410 | 2422 | | |
2411 | 2423 | | |
2412 | 2424 | | |
| |||
2518 | 2530 | | |
2519 | 2531 | | |
2520 | 2532 | | |
| 2533 | + | |
2521 | 2534 | | |
2522 | 2535 | | |
2523 | 2536 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 7 | | |
0 commit comments