From 5a329553114182c618ad7cdebccd9ea43f94300f Mon Sep 17 00:00:00 2001 From: Moh'd Khier Abualruz Date: Mon, 19 Sep 2022 20:11:29 +0200 Subject: [PATCH] [RTL, TOC] The arrow before collapsible sections in sidebar is clipped The table of contents has since been reflected to not use calc statement anymore and pre-calculate the value, cssjanus flips this value properly so this rule can safely be removed. Bug: T314652 Related-To: I75dd87536f70da55c9fa7e0e29ed6b4040d2ddf4 Change-Id: Ibb390589f449bc20c6f38f66c1e617fa3fa82aab --- .../skins.vector.styles/components/TableOfContents.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/skins.vector.styles/components/TableOfContents.less b/resources/skins.vector.styles/components/TableOfContents.less index 7867934e..59fa2e63 100644 --- a/resources/skins.vector.styles/components/TableOfContents.less +++ b/resources/skins.vector.styles/components/TableOfContents.less @@ -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; -}