docs: fix for HttpRequest expansion panel (#39166)
Fixes #39156 PR Close #39166
This commit is contained in:
parent
63624a2d46
commit
dace4aacb6
@ -38,7 +38,11 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
.actions {
|
||||||
|
display: flex;
|
||||||
|
color: $blue;
|
||||||
|
@include font-size(14);
|
||||||
|
}
|
||||||
.show-all {
|
.show-all {
|
||||||
display: initial;
|
display: initial;
|
||||||
}
|
}
|
||||||
|
@ -132,11 +132,11 @@
|
|||||||
<summary>
|
<summary>
|
||||||
<div class="icon-action-header">
|
<div class="icon-action-header">
|
||||||
<h4 class="no-anchor">{$ method.overloads.length $} overloads...</h4>
|
<h4 class="no-anchor">{$ method.overloads.length $} overloads...</h4>
|
||||||
<a>
|
<span class="actions">
|
||||||
<span class="show-all">Show All</span>
|
<span class="show-all">Show All</span>
|
||||||
<span class="collapse-all">Hide All</span>
|
<span class="collapse-all">Hide All</span>
|
||||||
<i class="material-icons expand">expand_more</i>
|
<i class="material-icons expand">expand_more</i>
|
||||||
</a>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</summary>
|
</summary>
|
||||||
<div class="detail-contents">
|
<div class="detail-contents">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user