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

Unified Diff: ui/file_manager/gallery/css/gallery.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/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index e655980fa222e1b2a65169c732cfed01ef9b63f6..1db0ed047f1a7c7a647e29880c68a9863fe873fd 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -76,15 +76,10 @@ html[dir='rtl'] .bubble .close-x {
opacity: 0.7;
}
-paper-ripple,
-paper-button::shadow paper-ripple {
+paper-ripple {
color: black;
}
-files-toggle-ripple::shadow .ripple.activated {
- opacity: 0.4;
-}
-
.gallery,
.gallery > .content {
bottom: 0;
@@ -556,8 +551,7 @@ html[dir='rtl'] .gallery .toolbar .bubble {
-webkit-margin-start: 16px;
}
-.edit-mode-toolbar .overwrite-original[disabled]::shadow #checkbox,
-.edit-mode-toolbar .overwrite-original[disabled]::shadow #checkboxLabel {
+.edit-mode-toolbar .overwrite-original[disabled] {
opacity: 0.2;
}
@@ -915,10 +909,6 @@ paper-slider {
width: 172px;
}
-paper-slider::shadow paper-progress::shadow #progressContainer {
- background-color: rgba(255, 255, 255, 0.2);
-}
-
.edit-modal .range.brightness > .icon {
background-image: -webkit-image-set(
url(../images/100/brightness.png) 1x,

Powered by Google App Engine
This is Rietveld 408576698