Commit 3dcbdf9b authored by David Roger's avatar David Roger Committed by Chromium LUCI CQ

[profile picker] Cleanup: remove unused CSS classes in signin promo

This CL removes the classes "fade-in" and "action-link" from the buttons
in the signin promo. These classes are not defined in this scope and
have no effect.

Bug: None
Change-Id: I939e0fbe3392b2f8f2fac86edd68906bb2e961df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567773Reviewed-by: default avatarAlex Ilin <alexilin@chromium.org>
Commit-Queue: David Roger <droger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832383}
parent f331c0ec
...@@ -62,12 +62,12 @@ ...@@ -62,12 +62,12 @@
<h3>$i18n{profileTypeChoiceSubtitle}</h3> <h3>$i18n{profileTypeChoiceSubtitle}</h3>
</div> </div>
<div id="actionContainer"> <div id="actionContainer">
<cr-button id="signInButton" class="action-button fade-in" <cr-button id="signInButton" class="action-button" on-click="onSignInClick_"
on-click="onSignInClick_" disabled="[[loadSigninInProgess_]]"> disabled="[[loadSigninInProgess_]]">
$i18n{signInButtonLabel} $i18n{signInButtonLabel}
</cr-button> </cr-button>
<button id="notNowButton" class="action-link fade-in" <button id="notNowButton" on-click="onNotNowClick_"
on-click="onNotNowClick_" disabled="[[loadSigninInProgess_]]"> disabled="[[loadSigninInProgess_]]">
$i18n{notNowButtonLabel} $i18n{notNowButtonLabel}
</button> </button>
</div> </div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment