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_toggle_ripple.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_toggle_ripple.html
diff --git a/ui/file_manager/file_manager/foreground/elements/files_toggle_ripple.html b/ui/file_manager/file_manager/foreground/elements/files_toggle_ripple.html
index 2d8329399c03446342a76d5b9c4f002964ba744d..aa76bd6654dac2c07beb48a2b17f9023d8ce929f 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_toggle_ripple.html
+++ b/ui/file_manager/file_manager/foreground/elements/files_toggle_ripple.html
@@ -31,6 +31,7 @@
margin: 0 auto;
opacity: 0;
width: 0;
+ @apply(--files-toggle-ripple);
}
.ripple.activated {
@@ -38,6 +39,7 @@
height: 50%;
opacity: 0.2;
width: 50%;
+ @apply(--files-toggle-ripple-activated);
}
</style>
<template>

Powered by Google App Engine
This is Rietveld 408576698