mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 20:26:39 +00:00
Fix Red text on Card Options (#6240)
This commit is contained in:
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);
|
||||
}
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user