Fix Red text on Card Options (#6240)

This commit is contained in:
Zack Arnett 2020-06-26 12:40:44 -05:00 committed by GitHub
parent 6e4a8ac6df
commit 68ece7d363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
`;