Fix Red text on Card Options (#6240)

This commit is contained in:
Zack Arnett
2020-06-26 10:40:44 -07:00
committed by GitHub
parent 6e4a8ac6df
commit 68ece7d363
@@ -136,19 +136,12 @@ export class HuiCardOptions extends LitElement {
color: var(--disabled-text-color);
}
paper-item.header {
color: var(--primary-text-color);
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
}
paper-item {
mwc-list-item {
cursor: pointer;
white-space: nowrap;
}
paper-item.delete-item {
mwc-list-item.delete-item {
color: var(--error-color);
}
`;