mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
[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
This commit is contained in:
parent
d900cf2662
commit
5a32955311
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue