about summary refs log tree commit diff
path: root/src/librustdoc/html/static/css
AgeCommit message (Expand)AuthorLines
2022-08-10rustdoc: make item-infos dimmer on dark theme #93896Jacob Hoffman-Andrews-23/+8
2022-08-10Two small improvements:Frank Steffahn-3/+2
2022-08-10Improve crate selection on rustdoc search results pageFrank Steffahn-18/+87
2022-08-02Rollup merge of #99779 - GuillaumeGomez:fix-item-info-pos-and-height, r=notri...Matthias Krüger-1/+9
2022-07-28Rollup merge of #99810 - GuillaumeGomez:fix-settings-slider-small-width, r=no...Dylan DPC-2/+1
2022-07-27Rollup merge of #99812 - GuillaumeGomez:fix-headings-colors, r=jsha,notriddleGuillaume Gomez-6/+2
2022-07-27Fix headings borderGuillaume Gomez-5/+1
2022-07-27Fix invalid css property valueGuillaume Gomez-1/+1
2022-07-27Fix settings display on small screen sizeGuillaume Gomez-2/+1
2022-07-26Fix display of item info and unify their heightGuillaume Gomez-1/+9
2022-07-26Rollup merge of #99235 - WaffleLapkin:rustdoc_implement_support_for_must_impl...Matthias Krüger-1/+5
2022-07-25Fix sidebar background-color on mobileGuillaume Gomez-1/+0
2022-07-25fix rustdoc-gui testsMaybe Waffle-1/+1
2022-07-24Satisfy theme checkMaybe Waffle-0/+1
2022-07-24Add support for `#[rustc_must_implement_one_of]` to rustdocMaybe Waffle-2/+5
2022-07-22Rollup merge of #99423 - GuillaumeGomez:group-css-font-rule, r=notriddleDylan DPC-12/+9
2022-07-20Remove CSS transition for search input border-colorGuillaume Gomez-1/+0
2022-07-20Fix CSS on search input focusGuillaume Gomez-3/+21
2022-07-20Fix crate filter select displayGuillaume Gomez-3/+1
2022-07-18Group CSS font ruleGuillaume Gomez-12/+9
2022-07-14Remove unused CSSGuillaume Gomez-46/+6
2022-07-11Continue themes CSS migration over CSS variablesGuillaume Gomez-130/+45
2022-07-11Remove unused CSS rulesGuillaume Gomez-33/+0
2022-07-11Rollup merge of #99114 - GuillaumeGomez:css-cleanup, r=Dylan-DPCMatthias Krüger-7/+3
2022-07-10Group .test-arrow CSS rules and fix rgb/rgba propertyGuillaume Gomez-7/+3
2022-07-10Rollup merge of #99086 - GuillaumeGomez:search-result-crate-filter-dropdown, ...Matthias Krüger-1/+2
2022-07-09Fix display of search result crate filter dropdownGuillaume Gomez-1/+2
2022-07-08set all padding for main element in printInfra-1/+1
2022-07-08try to fix tidy issuesInfra-10/+10
2022-07-08improve print stylesInfra-1/+11
2022-07-05Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=Gui...Dylan DPC-0/+10
2022-07-04Rollup merge of #98774 - notriddle:notriddle/source-code-sidebar-button, r=Gu...Matthias Krüger-3/+19
2022-07-03Rollup merge of #98773 - notriddle:notriddle/source-sidebar-details, r=Guilla...Ralf Jung-33/+20
2022-07-03Remove redundant pseudo-classMichael Howell-1/+1
2022-07-02rustdoc: add test case for background color of the sidebar toggle buttonMichael Howell-1/+1
2022-07-02rustdoc: add explanatory comment to `width: 100%` lineMichael Howell-0/+1
2022-07-02rustdoc: make source sidebar toggle a real buttonMichael Howell-3/+18
2022-07-01rustdoc: add spacing to the source view sidebarMichael Howell-1/+5
2022-07-01Rollup merge of #98460 - GuillaumeGomez:css-simplification, r=jshaGuillaume Gomez-216/+73
2022-07-01Rollup merge of #97249 - GuillaumeGomez:details-summary-fixes, r=notriddleGuillaume Gomez-2/+7
2022-07-01Improve click behavior of the source code mobile full-screen "sidebar"Michael Howell-0/+10
2022-07-01rustdoc cleanup: remove unused functionMichael Howell-4/+3
2022-07-01rustdoc: use <details> tag for the source code sidebarMichael Howell-30/+14
2022-06-29Fix display of toggle on expanded source sidebarGuillaume Gomez-0/+3
2022-06-29Fix height for the source sidebar in mobile modeGuillaume Gomez-1/+3
2022-06-28Simplify CSS theming by setting CSS variablesGuillaume Gomez-199/+73
2022-06-28Remove unused CSS rulesGuillaume Gomez-17/+0
2022-06-26Rollup merge of #98297 - GuillaumeGomez:help-pocket-menu, r=notriddleMatthias Krüger-66/+56
2022-06-25Fix CSS rule for selected and hovered items in the source sidebarGuillaume Gomez-6/+6
2022-06-23Move help popup into a pocket menu as wellGuillaume Gomez-66/+56