Browse Source

Removed box shadow from page-link class (#3048)

Removed box shadow from page-link class
Cleverson 4 năm trước cách đây
mục cha
commit
d01e1ac22f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      build/scss/_pagination.scss

+ 1 - 0
build/scss/_pagination.scss

@@ -11,6 +11,7 @@
       align-items: center;
       justify-content: center;
       flex-direction: column;
+      box-shadow: none;
     }
     &:first-child,
     &:last-child {