takahiros 6 lat temu
rodzic
commit
6767620775
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/client/styles/scss/_layout.scss

+ 2 - 2
src/client/styles/scss/_layout.scss

@@ -116,16 +116,16 @@ $nav-main-left-tab-width: 95px;
       padding-left: 0;
     }
     &.active {
+      // TODO:Active class must be switching by user control.
       border: $active-tab-border-width solid $grw-line-light-gray;
       border-bottom: initial;
     }
+    // border for tab is hidden as inner width white border, and then become unevenness.
     &.active::before {
-      // TODO:Active class must be switching by user control.
       position: absolute;
       top: 100%;
       left: 0;
       display: block;
-      // border for tab is hidden as inner width white border, and then become unevenness.
       width: $nav-main-left-tab-width - $active-tab-border-width * 2;
       content: '';
       border-bottom: 3px solid white;