Browse Source

FileItem border radius tweak

Artur Paikin 7 years ago
parent
commit
9965c97f84
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/scss/_dashboard.scss

+ 2 - 2
src/scss/_dashboard.scss

@@ -518,8 +518,8 @@
     // box-shadow: 0 0 2px 0 rgba(175, 175, 175, 0.7);
     box-shadow: 0 1px 3px rgba(0,0,0,.2);
     border-radius: 3px;
-    border-top-left-radius: 6px;
-    border-top-right-radius: 6px;
+    // border-top-left-radius: 6px;
+    // border-top-right-radius: 6px;
   }
 }