Feature tagging - exclude nested element

On one of our pages are some cards that represent daily tasks on a calendar.  On that card is a radio button.  Clicking the task card will open up a page where the user can edit some details about the task.  Clicking the radio button will mark the task complete.  I am trying to tag the task card as a feature and exclude the radio button.  If I tag the card now, the clicks I get include those who were clicking the radio button.  The radio button has an HTML attribute "data-original-title".  I'd love to be able to make a CSS rule like this, but the designer says it is invalid. I thought maybe the != (not equal to) would work.   Appreciate any insightful help.

a.task [data-original-title!="Mark Complete"]

0

Comments

1 comment
  • a horrible workaround I guess is to also tag the radio, and then at least you can subtract?

     

    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post