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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css

Issue 2691883002: Uprefix CSS transitions in ui/ and chrome/ styles (Closed)
Patch Set: transitions only Created 3 years, 10 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
« no previous file with comments | « chrome/browser/resources/chromeos/neterror.css ('k') | chrome/browser/resources/components.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css b/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
index 78c5a76dcec920e64d5a942ed2cc97bb95d171ea..52ad7127d1ece9c15684389a43dcfcf2af4d7764 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
@@ -60,12 +60,12 @@ body {
#categories-list > li {
-webkit-box-align: center;
- -webkit-transition: border-top 130ms ease;
-webkit-user-select: none;
border-top: 4px solid transparent;
color: #777;
display: -webkit-box;
height: 50px;
+ transition: border-top 130ms ease;
}
#categories-list:not([disabled]) > li:hover {
@@ -107,11 +107,11 @@ body {
}
#bar {
- -webkit-transition: left 130ms ease-in-out;
background-color: #eee;
height: 4px;
position: absolute;
top: 0;
+ transition: left 130ms ease-in-out;
}
.dialog-main {
@@ -287,9 +287,9 @@ body:not([surprise-me-disabled]) [visibleif~='surprise-me-disabled'] {
}
.progress-track {
- -webkit-transition: width 1ms linear;
background-color: rgb(66, 129, 244);
height: 100%;
+ transition: width 1ms linear;
width: 0;
}
« no previous file with comments | « chrome/browser/resources/chromeos/neterror.css ('k') | chrome/browser/resources/components.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698