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

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

Issue 8680003: Clean-up: Change chrome/browser's CSS time units from s to ms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reverting change to 1.8s -> 1800ms in print_preview.css Created 9 years, 1 month 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: chrome/browser/resources/options/chromeos/system_options_page.css
diff --git a/chrome/browser/resources/options/chromeos/system_options_page.css b/chrome/browser/resources/options/chromeos/system_options_page.css
index 80d96f93714226fe0dfe00fb3027f6179d342009..d38ebdc331398a79a37a883657a4fd3746971f69 100644
--- a/chrome/browser/resources/options/chromeos/system_options_page.css
+++ b/chrome/browser/resources/options/chromeos/system_options_page.css
@@ -41,7 +41,7 @@ html[dir=rtl] .touchpad-sensitivity-more {
#bluetooth-scanning-label,
#bluetooth-scanning-icon {
- -webkit-transition: 0.25s opacity;
+ -webkit-transition: 250ms opacity;
}
#bluetooth-scanning-label {
« no previous file with comments | « chrome/browser/resources/ntp4/tile_page.css ('k') | chrome/browser/resources/options/extension_settings.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698