Procházet zdrojové kódy

Tweak border: none to border: 0 to fix linting

jacobtoppm před 2 roky
rodič
revize
a72b89b38d
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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;