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

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

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 | « no previous file | ui/file_manager/gallery/gallery.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index 4e97f5d669b0739334505116e400ea729e034794..a7fb07ebf62bd7a30dc17e7e93a3e738b90d991f 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -538,19 +538,6 @@ files-toggle-ripple::shadow .ripple.activated {
-webkit-margin-start: 16px;
}
-.edit-mode-toolbar .overwrite-original::shadow #checkboxContainer {
- transform: scale(0.78, 0.78); /* Make box size to 14px. */
-}
-
-.edit-mode-toolbar .overwrite-original::shadow #ink {
- left: -10px;
- top: -10px;
-}
-
-.edit-mode-toolbar .overwrite-original::shadow #checkboxLabel {
- padding-left: 6px;
-}
-
.edit-mode-toolbar .overwrite-original[disabled]::shadow #checkbox,
.edit-mode-toolbar .overwrite-original[disabled]::shadow #checkboxLabel {
opacity: 0.2;
« no previous file with comments | « no previous file | ui/file_manager/gallery/gallery.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698