rustdoc: clean up overly complex .trait-impl
CSS selectors
When added in 45964368f4
, these multi-class
selectors were present in the initial commit, but no reason was given why
the shorter selector wouldn't work.
This commit is contained in:
parent
1a7c203e7f
commit
03fe005f49
@ -734,9 +734,7 @@ a {
|
||||
display: initial;
|
||||
}
|
||||
|
||||
.impl:hover > .anchor, .method.trait-impl:hover > .anchor,
|
||||
.type.trait-impl:hover > .anchor, .associatedconstant.trait-impl:hover > .anchor,
|
||||
.associatedtype.trait-impl:hover > .anchor {
|
||||
.impl:hover > .anchor, .trait-impl:hover > .anchor {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user