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

Unified Diff: ui/file_manager/gallery/gallery.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/gallery/gallery.html
diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html
index c7aba9f2f19bbadab322eaf819cd48f963f7287c..7877b1f0965fc0fbab68e6c7b76863c320a35edf 100644
--- a/ui/file_manager/gallery/gallery.html
+++ b/ui/file_manager/gallery/gallery.html
@@ -47,6 +47,7 @@
}
paper-slider {
--paper-slider-active-color: white;
+ --paper-slider-container-color: rgba(255, 255, 255, 0.2);
--paper-slider-knob-color: white;
--paper-slider-secondary-color: transparent;
}
@@ -54,6 +55,14 @@
--paper-progress-container-color: rgba(0, 0, 0, 0.3);
--paper-progress-active-color: #1AC222;
}
+ paper-button {
+ --paper-button-ink-color: black;
+ }
+ files-toggle-ripple {
+ --files-toggle-ripple-activated: {
+ opacity: 0.4;
+ };
+ }
</style>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698