Shu Katabe 5 лет назад
Родитель
Сommit
cd067cae3d
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/client/styles/scss/_mixins.scss

+ 2 - 1
src/client/styles/scss/_mixins.scss

@@ -234,6 +234,7 @@
       margin-left: -1px;
       margin-left: -1px;
       content: '';
       content: '';
       border-left: 1px solid $borderColor;
       border-left: 1px solid $borderColor;
+      transition: border-color 0.15s ease-in-out;
     }
     }
   }
   }
 }
 }
@@ -251,6 +252,7 @@
   border-color: $borderColor;
   border-color: $borderColor;
 
 
   @include border-vertical('before', $borderColor, 70%, 1);
   @include border-vertical('before', $borderColor, 70%, 1);
+  @include border-vertical('after', transparent, 100%, 0);
 
 
   &.view-button,
   &.view-button,
   &.edit-button {
   &.edit-button {
@@ -269,7 +271,6 @@
   &:not(:first-child) {
   &:not(:first-child) {
     margin-left: 0;
     margin-left: 0;
     border-left: none;
     border-left: none;
-    @include border-vertical('after', $bgColor, 100%, 0);
   }
   }
   &:not(:last-child) {
   &:not(:last-child) {
     border-right: none;
     border-right: none;