We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcebab0 commit 90485bfCopy full SHA for 90485bf
2 files changed
src/docs/_static/styles.css
@@ -1203,7 +1203,6 @@ a:hover {
1203
display: none;
1204
}
1205
1206
-
1207
.collapsing {
1208
height: 0;
1209
overflow: hidden;
@@ -1215,4 +1214,3 @@ a:hover {
1215
1214
@include transition($transition-collapse-width);
1216
1217
} */
1218
src/docs/_templates/index.html
@@ -111,9 +111,7 @@
111
<button class='pg-first-last' onclick="lastPage()">Last</button>
112
<button class='arrow right' onclick="nextPage()"></button>
113
</div>
114
115
<div class="filter-input-wrapper">
116
117
<input id="collapsible" class="toggle" type="checkbox">
118
<label for="collapsible" class="label-toggle">
119
<span class="filter-text">Filter</span>
0 commit comments