[directorytree] Re-locate splitter CSS in file_manager.css
file_manager.css is mostly visually ordered: the splitter comes after the #directory-tree so move its CSS after the #directory-tree CSS. Second, no need for separate margin-inline-{start,end} CSS rules when the margin values are the same. Shorter to say "margin: 0 -3px" which sets margin-inline-{start,end} to -3px anyway (aka it is RTL-aware). Bug: 992819, 1002790 Change-Id: I12848afd496693aa0e122251a977a36708c5c5db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921010 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#716055}
Showing
Please register or sign in to comment