diff options
| author | bors <bors@rust-lang.org> | 2020-05-21 22:14:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-05-21 22:14:26 +0000 |
| commit | d9417b385145af1cabd0be8a95c65075d2fc30ff (patch) | |
| tree | 9a6348569c253000ec5edea9c6f15677687d26a7 /src/librustdoc/html/static | |
| parent | 9310e3bd4f425f84fc27878ebf2bda1f30935a63 (diff) | |
| parent | 74b5c50214c0edd9582d75fa472ed9a7ea25c0e5 (diff) | |
| download | rust-d9417b385145af1cabd0be8a95c65075d2fc30ff.tar.gz rust-d9417b385145af1cabd0be8a95c65075d2fc30ff.zip | |
Auto merge of #72433 - RalfJung:rollup-srft8nx, r=RalfJung
Rollup of 7 pull requests Successful merges: - #72055 (Intern predicates) - #72149 (Don't `type_of` on trait assoc ty without default) - #72347 (Make intra-link resolve links for both trait and impl items) - #72350 (Improve documentation of `slice::from_raw_parts`) - #72382 (Show default values for debug-assertions & debug-assertions-std) - #72421 (Fix anchor display when hovering impl) - #72425 (fix discriminant_value sign extension) Failed merges: r? @ghost
Diffstat (limited to 'src/librustdoc/html/static')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index ab524751723..2cb3347135c 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -625,7 +625,7 @@ a { display: initial; } -.in-band:hover > .anchor { +.in-band:hover > .anchor, .impl:hover > .anchor { display: inline-block; position: absolute; } |
