Uh oh!
There was an error while loading. Please reload this page.
improve collapse toggle render (css) - #42011
Conversation
rust-highfive
commented
May 15, 2017
Some changes occurred in HTML/CSS. |
rust-highfive
commented
May 15, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @frewsxcv (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
GuillaumeGomez
commented
May 15, 2017
@GuillaumeGomez Thank you! You are right! I just updated my PR to only match on |
GuillaumeGomez
commented
May 16, 2017
Great, thanks! And yes please keep your changes into different PRs so it makes reviewers' life simpler. 😉 Also, can you squash your commits please? Once done, I'll merge. (and comment on the PR once done so I'm notified.) |
rap2hpoutre
commented
May 16, 2017
@GuillaumeGomez Done! Thanks! |
GuillaumeGomez
commented
May 16, 2017
Thanks! @bors: r+ rollup |
bors
commented
May 16, 2017
📌 Commit 7a50784 has been approved by |
improve collapse toggle render (css) The `[-]` toggle for functions in docs _seems_ too big. It's just an impression, but it's something I noticed long time ago (maybe I have bad taste). I never thought to fix it, but, today I think: "Ok, why not suggest it.". Feel free to close without explanation! Preview changes below: From this: <img width="1003" alt="capture d ecran 2017-05-15 a 17 14 45" src="https://cloud.githubusercontent.com/assets/1575946/26064816/5c84de86-3992-11e7-976b-41c625cace0f.png"> To this: <img width="996" alt="capture d ecran 2017-05-15 a 17 15 02" src="https://cloud.githubusercontent.com/assets/1575946/26064854/78325dac-3992-11e7-88f6-2c43db43421c.png">

The
[-]toggle for functions in docs seems too big. It's just an impression, but it's something I noticed long time ago (maybe I have bad taste). I never thought to fix it, but, today I think: "Ok, why not suggest it.". Feel free to close without explanation!Preview changes below:
From this:
To this: