| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-18 | Rollup merge of #107045 - notriddle:notriddle/settings-css-setting-line, ↵ | Michael Goulet | -0/+7 | |
| r=GuillaumeGomez rustdoc: remove redundant CSS rule `#settings .setting-line` Since the current version of settings.js always nests things below a div with ID `settings`, this rule always overrode the one above. | ||||
| 2023-01-18 | rustdoc: add test case for setting-line margin on settings.html | Michael Howell | -0/+7 | |
| 2023-01-18 | rustdoc: fix "?" keyboard command when radio button is focused | Michael Howell | -0/+10 | |
| This extends the special case with checkbox settings to also cover radios. | ||||
| 2023-01-18 | rustdoc: put focus on the help link when opening it from keyboard | Michael Howell | -0/+9 | |
| This prevents some strange blur-event-related bugs with the "?" command by ensuring that the focus remains in the same spot when the settings area closes. | ||||
| 2023-01-17 | rustdoc: add test cases for settings radio button layout | Michael Howell | -0/+27 | |
| 2023-01-13 | rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle | Michael Howell | -2/+2 | |
| This swaps things around so that the class that gets used more often has the shorter name. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+200 | |
