Yohei Shiina il y a 4 ans
Parent
commit
00c4c60ae8
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      packages/app/src/styles/_search.scss

+ 2 - 0
packages/app/src/styles/_search.scss

@@ -180,6 +180,8 @@
     .nav.nav-pills {
     .nav.nav-pills {
       > .page-list-li {
       > .page-list-li {
         &.active {
         &.active {
+          // add this negative margin to avoid inner elements of .page-list-li.active
+          // moving to right side by border-left's px size.
           margin-left: -3px;
           margin-left: -3px;
           border-left: solid 3px transparent;
           border-left: solid 3px transparent;
         }
         }