rust/src/librustdoc/html
Mazdak Farrokhzad 1f56441a00
Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnison
Fix confusion in theme picker functions

To reproduce the bug currently: click on the theme picker button twice (to show it then hide it). Then click anywhere else: the dropdown menu appears again.

The problem was coming from a confusion of what the `hideThemeButtonState` and `showThemeButtonState` were supposed to do. I switched their codes and updated the `switchThemeButtonState` function. It now works as expected.

r? @kinnison
2019-08-22 15:15:40 +02:00
..
markdown Drop RefCell from IdMap in markdown rendering 2019-08-11 10:47:58 -04:00
render librustdoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
static Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnison 2019-08-22 15:15:40 +02:00
toc Separate librustcdoc module 2019-06-16 14:17:01 +03:00
escape.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00
format.rs Replace is_doc_reachable with is_public 2019-08-10 07:52:07 -04:00
highlight.rs adapt rustdoc to infailable lexer 2019-08-05 13:15:12 +03:00
item_type.rs Fix fallout after rebase 2019-08-02 02:44:36 +01:00
layout.rs Restore the old behavior of the rustdoc keyword check + Fix rebase 2019-05-22 20:20:12 +03:00
markdown.rs Drop RefCell from IdMap in markdown rendering 2019-08-11 10:47:58 -04:00
render.rs Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnison 2019-08-22 15:15:40 +02:00
static_files.rs Revert "Update Source Code Pro fonts to version 2.030" 2019-04-29 14:15:28 -07:00
toc.rs Remove needless lifetimes 2019-07-01 12:15:27 +02:00