Browse Source

add comments

Artur Paikin 7 years ago
parent
commit
7895f7ef34
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/scss/_provider.scss

+ 2 - 1
src/scss/_provider.scss

@@ -298,11 +298,12 @@
     background-color: $color-cornflower-blue;
   }
 
+  // Hide checkbox when unchecked in grid view
   .uppy-ProviderBrowserItem-checkbox input + label {
     opacity: 0;
   }
 
-  // Unhide the checkmark on the checked state
+  // Unhide the checkbox on the checked state
   .uppy-ProviderBrowserItem-checkbox input:checked + label {
     opacity: 1;
   }