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

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: Rebased onto ToT. 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_gaia_signin.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/oobe.css
diff --git a/ui/login/oobe.css b/ui/login/oobe.css
index f124f899279c24eeb70eb5a208ea96625ce8b356..84720ee23a33fd7479197677cd28882385abe979 100644
--- a/ui/login/oobe.css
+++ b/ui/login/oobe.css
@@ -34,15 +34,16 @@ 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);
}
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_gaia_signin.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698