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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_icon_button.html

Issue 2205693006: Quick View: Update UI to meet the latest mock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 4 years, 4 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/file_manager/foreground/elements/files_metadata_box.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/elements/files_icon_button.html
diff --git a/ui/file_manager/file_manager/foreground/elements/files_icon_button.html b/ui/file_manager/file_manager/foreground/elements/files_icon_button.html
index f6113e3dcceb12c4f251508658d12bbf5193043c..e118674144eac9ca658c6f02866a480ad51dda3e 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_icon_button.html
+++ b/ui/file_manager/file_manager/foreground/elements/files_icon_button.html
@@ -47,14 +47,14 @@
width: 28px;
}
- files-toggle-ripple::shadow .ripple.activated {
+ files-toggle-ripple::shadow .ripple {
opacity: 0.1;
+ @apply(--files-icon-button-activated-theme);
}
</style>
<files-ripple hidden="[[toggles]]"></files-ripple>
<files-toggle-ripple activated="[[active]]"></files-toggle-ripple>
- <!-- TODO(fukino): Make it possible to insert user-defined element to show them on top of ripple effect. -->
</template>
<script src="files_icon_button.js"></script>
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/elements/files_metadata_box.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698