Cleanup mwc-button css (#2780)

``font-weight: 500;`
`color: var(--primary-color);`
are not necessary to specify
This commit is contained in:
Ian Richardson
2019-02-18 00:44:01 -06:00
committed by Paulus Schoutsen
parent a4ec8719f9
commit 2ada32be02
19 changed files with 0 additions and 47 deletions

View File

@@ -65,8 +65,6 @@ class HuiScriptEntityRow extends LitElement implements EntityRow {
static get styles(): CSSResult {
return css`
mwc-button {
color: var(--primary-color);
font-weight: 500;
margin-right: -0.57em;
}
`;