Răsfoiți Sursa

Tweak border: none to border: 0 to fix linting

jacobtoppm 2 ani în urmă
părinte
comite
a72b89b38d
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      client/scss/components/_listing.scss

+ 2 - 2
client/scss/components/_listing.scss

@@ -599,7 +599,7 @@ table.listing {
     }
 
     &.images {
-      border: none;
+      border: 0;
 
       > li {
         padding: 1.5em;
@@ -607,7 +607,7 @@ table.listing {
         height: auto;
         text-align: center;
         margin-top: -1px;
-        border: none;
+        border: 0;
 
         .bulk-action-checkbox {
           float: left;