| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-11-25 | rustdoc: revert tooltip background color on light theme to readable | Michael Howell | -1/+1 | |
| text #fff on background #fdffd3 fails the [WCAG color contrast checker], and seems like a mistake in 16b55903ee16503e7026677c169727d1907704c2. [WCAG color contrast checker]: https://accessibleweb.com/color-contrast-checker/ | ||||
| 2022-11-17 | Extend codeblock GUI test to include tooltips | Guillaume Gomez | -4/+76 | |
| 2022-10-19 | Clean up codeblock-tooltip rustdoc-gui test | Guillaume Gomez | -92/+76 | |
| 2022-10-07 | Update rustdoc-gui test to new browser-ui-test version | Guillaume Gomez | -1/+1 | |
| 2022-09-10 | Update rustdoc GUI tests | Guillaume Gomez | -45/+45 | |
| 2022-09-09 | rustdoc: simplify the codeblock tooltip | Michael Howell | -18/+18 | |
| This commit moves the tooltip into example-wrap, simplifying allowing several overly-complex things to be fixed: * The mousover javascript can be removed, because hovering example-wrap can style the tooltip inside. * The sibling selecor can be removed, because hovering the tooltip also hovers the wrapper, which can hover the codeblock itself. * The relative positioning of the `<li>` tag, which was added in e861efd9f9ca45c1048a256812dfe8faffbb1367 to fix the positioning of the code tooltip, can now be removed, because example-wrap itself already has relative positioning. | ||||
| 2022-09-09 | Add gui test for codeblocks tooltip colors | Guillaume Gomez | -0/+96 | |
