| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-28 | Fix code blocks color in ayu theme | Guillaume Gomez | -1/+1 | |
| 2021-08-17 | Add background-color on clickable definitions in source code | Guillaume Gomez | -0/+9 | |
| 2021-08-08 | Fix heading colours in Ayu theme | Klim Tsoutsman | -1/+1 | |
| Closes #87828 The issue seems to stem from #87210 where code headings were changed from a heading containing code to a heading with the `code-header` class. `rustdoc.css` was updated, but `ayu.css` was missed. | ||||
| 2021-08-03 | Rustdoc accessibility: use an icon for the [-]/[+] controls | Michael Howell | -0/+10 | |
| This way, we can show the plus and minus buttons on screens, while voice control will read off actual words "Collapse" and "Expand" instead of reading "open brace minus close brace" and "open brace plus close brace". Part of #87059 | ||||
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -3/+3 | |
| Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html | ||||
| 2021-07-18 | Fix <table> overflow in doc blocks | Guillaume Gomez | -3/+3 | |
| 2021-07-14 | Rollup merge of #87125 - GuillaumeGomez:ayu-code-color, r=notriddle | Guillaume Gomez | -1/+1 | |
| Fix Ayu theme <code> color Fixes #87072 (the second regression). r? `@notriddle` | ||||
| 2021-07-14 | Fix color for <code> which are not in doc blocks | Guillaume Gomez | -1/+1 | |
| 2021-07-13 | Fix color for keyword/primitive search result | Guillaume Gomez | -3/+3 | |
| 2021-07-13 | Fix search result description text color for ayu theme | Guillaume Gomez | -1/+1 | |
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -0/+1555 | |
