Fix API docs css reversing elements that it shouldn't
remove unneeded `pre.rust a' selector move transform into `.test-arrow` fixes #16138
This commit is contained in:
parent
9f0b91985f
commit
42b2dc06b6
2 changed files with 4 additions and 2 deletions
|
@ -324,13 +324,14 @@ table th {
|
|||
|
||||
.rusttest { display: none; }
|
||||
pre.rust { position: relative; }
|
||||
pre.rust a { transform: scaleX(-1); }
|
||||
.test-arrow {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 10px;
|
||||
font-size: 150%;
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
@media (min-width: 1170px) {
|
||||
|
|
|
@ -441,13 +441,14 @@ pre.rust .lifetime { color: #B76514; }
|
|||
|
||||
.rusttest { display: none; }
|
||||
pre.rust { position: relative; }
|
||||
pre.rust a { transform: scaleX(-1); }
|
||||
.test-arrow {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 10px;
|
||||
font-size: 150%;
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
.methods .section-header {
|
||||
|
|
Loading…
Reference in a new issue