• Resolved Andrea Scarfo’

    (@andreascarfo)


    In custom CSS I need to use some attribute and value selector

    .box.cursor[data-selectedbox="true"] 
    or
    boxes .box.cursor[data-seat-prefix="B"]

    But it takes some backslash and it becomes for example

    .boxes .box.cursor[data-seat-prefix=\"B\"]

    Can you help me with this?

Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘custom CSS and quotation marks’ is closed to new replies.