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

Unified Diff: chrome/browser/resources/settings/device_page/night_light_slider.html

Issue 2969473004: [Night Light] CL11: Enhancements (Closed)
Patch Set: Created 3 years, 6 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: chrome/browser/resources/settings/device_page/night_light_slider.html
diff --git a/chrome/browser/resources/settings/device_page/night_light_slider.html b/chrome/browser/resources/settings/device_page/night_light_slider.html
index 45b09a251072e50ebc2ff6d823c273f9fe9b5b61..48bb58458a9632c75edea03dc83be056f5e6ca84 100644
--- a/chrome/browser/resources/settings/device_page/night_light_slider.html
+++ b/chrome/browser/resources/settings/device_page/night_light_slider.html
@@ -54,8 +54,12 @@
z-index: 3;
}
+ .knob-inner:focus {
+ outline: none;
+ }
+
.expanded-knob {
- transform: scale(1.5);
+ transform: scale(1.25);
z-index: 3;
}
@@ -74,7 +78,7 @@
}
#labelContainer {
- height: 2em;
+ height: 1.75em;
}
.label {
@@ -87,6 +91,7 @@
margin-left: -2.5em;
position: absolute;
text-align: center;
+ transition: margin-top 200ms cubic-bezier(0, 0, 0.2, 1);
vertical-align: middle;
width: 5em;
}
« no previous file with comments | « ash/system/night_light/night_light_controller.cc ('k') | chrome/browser/resources/settings/device_page/night_light_slider.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698