Merge "[RTL, TOC] The arrow before collapsible sections in sidebar is clipped"

This commit is contained in:
jenkins-bot 2022-09-19 20:11:13 +00:00 committed by Gerrit Code Review
commit 8f097163c2
1 changed files with 0 additions and 5 deletions

View File

@ -156,8 +156,3 @@
.client-js body.rtl .sidebar-toc .sidebar-toc-toggle {
transform: rotate( 90deg );
}
// FIXME: Can be removed when https://github.com/cssjanus/cssjanus/issues/82 is fixed and in production.
body.rtl .sidebar-toc {
padding: @sidebar-toc-vertical-padding @sidebar-toc-left-padding @sidebar-toc-vertical-padding @sidebar-toc-right-padding;
}