Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: ui/file_manager/gallery/gallery.html

Issue 1919173006: Gallery: fix ripple animation of overwrite original checkbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/gallery.html
diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html
index aa7bd3fbf05df06e2efff377b24c34199082ebcb..c7aba9f2f19bbadab322eaf819cd48f963f7287c 100644
--- a/ui/file_manager/gallery/gallery.html
+++ b/ui/file_manager/gallery/gallery.html
@@ -29,10 +29,12 @@
<script src="js/gallery_scripts.js"></script>
<style is="custom-style">
paper-checkbox {
- --paper-checkbox-label-color: white;
--paper-checkbox-checked-color: white;
--paper-checkbox-checked-ink-color: white;
--paper-checkbox-checkmark-color: black;
+ --paper-checkbox-label-color: white;
+ --paper-checkbox-label-spacing: 6px;
+ --paper-checkbox-size: 14px;
--paper-checkbox-unchecked-color: white;
--paper-checkbox-unchecked-ink-color: white;
}
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698