vbea 2 năm trước cách đây
mục cha
commit
9b519bcab8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Strides-Admin/src/styles/btn.scss

+ 1 - 1
Strides-Admin/src/styles/btn.scss

@@ -113,7 +113,7 @@
   }
   &:not(.is-disabled):hover {
     color: $buttonText;
-    border-color: rgba($--color-accent, .7);
+    border-color: rgba($--color-accent, 0);
     background: rgba($--color-accent, .7);
   }
 }