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

Unified Diff: ui/login/oobe.css

Issue 1133733003: Unified icon-buttons used in the new GAIA flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fixes. Created 5 years, 7 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/login/oobe.css
diff --git a/ui/login/oobe.css b/ui/login/oobe.css
index f124f899279c24eeb70eb5a208ea96625ce8b356..fd7d106c29fabe514378843a408d1a8de064ea25 100644
--- a/ui/login/oobe.css
+++ b/ui/login/oobe.css
@@ -34,15 +34,15 @@ button {
/* Follow same focus coloring as in widgets.css */
/* Do not apply this style to restricted button state. */
-button.custom-appearance:not(.button-restricted):not(.button-fancy) {
+button.custom-appearance:not(.button-restricted):not(.button-fancy):not([is="gaia-icon-button"]) {
-webkit-transition: border-color 200ms;
border: 1px solid transparent;
/* Don't grey out disabled buttons. */
color: buttontext !important;
}
-/* ':focus' used twice to increase specificity. */
-button.custom-appearance:focus:focus {
+/* ':focus' used three times to increase specificity. */
+button.custom-appearance:focus:focus:focus {
border-color: rgb(77, 144, 254);
}

Powered by Google App Engine
This is Rietveld 408576698