-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I could not get a like filter working summary.
If I choose the exect data-summary it's working, but not woth a "like" selector:
Working:
card_mod:
style: |
.event[data-summary="XXXXX"] {
background-color: #ff0000 !important;
}
Not working:
card_mod:
style: |
.event[data-summary~="XXXXX"] {
background-color: #ff0000 !important;
}
Metadata
Metadata
Assignees
Labels
No labels