Merge "Re-add font smoothing to gr-button"

This commit is contained in:
Kasper Nilsson
2018-10-02 21:06:27 +00:00
committed by Gerrit Code Review

View File

@@ -39,6 +39,9 @@ limitations under the License.
text-transform: none;
}
paper-button {
/* paper-button sets this to anti-aliased, which appears different than
bold font elsewhere on macOS. */
-webkit-font-smoothing: initial;
align-items: center;
background-color: var(--background-color);
color: var(--text-color);