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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_quick_view.css

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_quick_view.css
diff --git a/ui/file_manager/file_manager/foreground/elements/files_quick_view.css b/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
index c2c4faf386b2dd6148d23c0a8266422126e2ab2b..0b31eeae2f3493bf7335bcea3300a14dedba7148 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
+++ b/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
@@ -110,8 +110,10 @@ paper-button:focus:not(:active) {
}
#metadata-button {
- --files-icon-button-activated-theme: {
- background: white;
+ --files-toggle-ripple: {
+ background-color: white;
+ };
+ --files-toggle-ripple-activated: {
opacity: 0.3;
};
}

Powered by Google App Engine
This is Rietveld 408576698