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

Unified Diff: chrome/browser/resources/options/chromeos/change_picture_options.css

Issue 1533123002: Fix visibility of flip icon for camera images (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/change_picture_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/change_picture_options.css
diff --git a/chrome/browser/resources/options/chromeos/change_picture_options.css b/chrome/browser/resources/options/chromeos/change_picture_options.css
index a7378e7932e313bdcc2f73be305d889910558975..63f0381da089524de08bb21ee5b5afdd41e1354f 100644
--- a/chrome/browser/resources/options/chromeos/change_picture_options.css
+++ b/chrome/browser/resources/options/chromeos/change_picture_options.css
@@ -133,34 +133,21 @@
}
#flip-photo {
- -webkit-transition: opacity 75ms linear;
background: url(chrome://theme/IDR_MIRROR_FLIP) no-repeat;
border: none;
bottom: 44px; /* 8px + image bottom. */
display: block;
height: 32px;
- opacity: 0;
position: absolute;
right: 8px;
width: 32px;
}
-/* TODO(merkulova): remove when webkit crbug.com/126479 is fixed. */
-.flip-trick {
- -webkit-transform: translateZ(1px);
-}
-
html[dir=rtl] #flip-photo {
left: 8px;
right: auto;
}
-/* "Flip photo" button is hidden during flip animation. */
-.camera.online:not(.animation) #flip-photo,
-.camera:not(.live):not(.animation) #flip-photo {
- opacity: 0.75;
-}
-
#discard-photo,
#take-photo {
display: none;
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/change_picture_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698