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

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

Issue 2317113002: Remove ::shadow and /deep/ combinator from Files app. (Closed)
Patch Set: Created 4 years, 3 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
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 e118674144eac9ca658c6f02866a480ad51dda3e..06960d473a7381a29554547555b9257ceebf9aa7 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
@@ -46,11 +46,6 @@
top: 2px;
width: 28px;
}
-
- files-toggle-ripple::shadow .ripple {
fukino 2016/09/07 13:40:18 I guess that the opacity value and --files-icon-bu
oka 2016/09/08 00:19:33 Thank you for fixing this!
- opacity: 0.1;
- @apply(--files-icon-button-activated-theme);
- }
</style>
<files-ripple hidden="[[toggles]]"></files-ripple>

Powered by Google App Engine
This is Rietveld 408576698