Skip to content

Like Filter in data-summary not working #299

@christoph-ng

Description

@christoph-ng

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions