DescriptionMD Settings: polish up some top-level buttons
This removes text-transform none that undoes capitalization.
Yes, this does expose some oddities for rows that are implemented as
<paper-button>
<div>
<div class="secondary>
I think we should implement those instead with:
<paper-ripple>
<div>
<div class="secondary">
But it depends on the desired focus behavior.
In general, we should be using <paper-button> when the mocks are
ALL UPPER, and <a href> for lowercase links and <a is="action-link">
for lowercased links that dont actually go anywhere
(i.e. "Add a search engine")
R=dschuyler@chromium.org
BUG=425627
Committed: https://crrev.com/28167989a78878b282fdd4a882ec8a5c16ced975
Cr-Commit-Position: refs/heads/master@{#377153}
Patch Set 1 : secondary #Patch Set 2 : merge #Patch Set 3 : fixes #Patch Set 4 : id #Patch Set 5 : merge #
Messages
Total messages: 17 (9 generated)
|