summary refs log tree commit diff
path: root/src/librustdoc/html/static/css
AgeCommit message (Expand)AuthorLines
2024-08-19rustdoc: animate the `:target` highlightMichael Howell-0/+13
2024-08-05Unify run button display with "copy code" button and with mdbook buttonsGuillaume Gomez-41/+21
2024-08-03rustdoc: make the hover trail for doc anchors a bit biggerMichael Howell-1/+1
2024-07-30Rollup merge of #128339 - GuillaumeGomez:click-code-example, r=notriddleMatthias Krüger-1/+14
2024-07-29Make the buttons remain when code example is clickedGuillaume Gomez-1/+14
2024-07-29rustdoc: properly handle path wrappingMichael Howell-1/+4
2024-07-28Rollup merge of #125779 - GuillaumeGomez:copy-code, r=rustdoc-teamGuillaume Gomez-27/+66
2024-07-21rustdoc: revert spacing change in item-tableMichael Howell-1/+0
2024-07-21Rollup merge of #128023 - Kijewski:pr-table-width, r=notriddleJubilee-0/+1
2024-07-21rustdoc: short descr. cause word-breaks in tablesRené Kijewski-0/+1
2024-07-20Fix stab display in doc blocksGuillaume Gomez-0/+4
2024-07-19Rollup merge of #127963 - GuillaumeGomez:fix-logo-display, r=notriddleMatthias Krüger-1/+0
2024-07-19Fix display of logo "border"Guillaume Gomez-1/+0
2024-07-18Wrap too long item name and improve the item list display a bitGuillaume Gomez-0/+8
2024-07-18Unify UI between code block buttons and top buttonsGuillaume Gomez-7/+14
2024-07-18Make "copy code" button the same size as the "copy path" buttonGuillaume Gomez-23/+11
2024-07-18Add copy code buttonGuillaume Gomez-19/+63
2024-07-15rustdoc: make sidebar highlight cover whole click targetMichael Howell-2/+41
2024-07-01rustdoc: click target for sidebar items flush leftMichael Howell-4/+12
2024-05-05Fix bad color for setting cog in ayu themeGuillaume Gomez-0/+5
2024-04-28Add some missing comments to describe what the inlined SVG isGuillaume Gomez-0/+4
2024-04-28Inline `wheel.svg` into CSSGuillaume Gomez-1/+14
2024-04-28Inline `clipboard.svg` into CSSGuillaume Gomez-1/+11
2024-04-17Fix copy-path buttonGuillaume Gomez-7/+10
2024-04-09rustdoc: load icons from css instead of inlineMichael Howell-2/+18
2024-04-03Default to light theme is JS is enabled but not workingGuillaume Gomez-3/+9
2024-02-18Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddleLeón Orell Valerian Liehr-6/+1
2024-01-31rustdoc: Correctly handle long crate names on mobileGuillaume Gomez-6/+1
2024-01-29Improve display of crate name when hoveredGuillaume Gomez-4/+2
2024-01-19Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddleMatthias Krüger-1/+20
2024-01-01use css variable for z-index of the sidebarLukas Markeffsky-5/+5
2023-12-31rustdoc ui: adjust tooltip z-index to be above sidebarLukas Markeffsky-1/+1
2023-12-31Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=Guilla...bors-94/+78
2023-12-24Fix display of warning block if it is first element of the top doc blockGuillaume Gomez-0/+3
2023-12-19Fix corner cases when dealing with mobile modeMichael Howell-6/+9
2023-12-18Use folder icon instead of hamburger and sidebarMichael Howell-17/+26
2023-12-18Add border bottom for source sidebar title areaMichael Howell-8/+3
2023-12-18Stop using the trigram of heaven as a hamburger buttonMichael Howell-7/+22
2023-12-18Add back the columnMichael Howell-19/+16
2023-12-17rustdoc: clean up source sidebar hide buttonMichael Howell-87/+52
2023-12-15Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomezGuillaume Gomez-10/+167
2023-12-07Fix display of features in rustdocGuillaume Gomez-9/+12
2023-12-05Make headings anchor hidden by default and show on hoverGuillaume Gomez-3/+19
2023-12-05Rework doc blocks headings by not turning them into links anymore and putting...Guillaume Gomez-0/+3
2023-11-30rustdoc: `div.where` instead of fmt-newline classMichael Howell-5/+2
2023-11-29rustdoc: remove small from `small-section-header`Michael Howell-5/+5
2023-10-23Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomezMatthias Krüger-0/+1
2023-10-11rustdoc: avoid whole page layout on each frameMichael Howell-4/+14
2023-10-11rustdoc: bundle sidebar button icon into CSSMichael Howell-1/+22
2023-10-11rustdoc: enforce BODY_MIN constraint on sidebar resizeMichael Howell-7/+12