mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-16 14:30:36 +00:00
Cleanup mwc-button css (#2780)
``font-weight: 500;` `color: var(--primary-color);` are not necessary to specify
This commit is contained in:
committed by
Paulus Schoutsen
parent
a4ec8719f9
commit
2ada32be02
@@ -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;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user