File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 height : fit-content;
1616 padding : 2px ;
1717 display : inline-block;
18+ cursor : pointer;
19+ }
20+
21+ .badge-button input , img , label {
22+ cursor : pointer;
1823}
1924
2025.badge-button : has (.badge-button__radio : checked ) {
Original file line number Diff line number Diff line change 2424 name ="{{name}} "
2525 value ="{{value}} "
2626 id ="{{id|default:uuid}} "
27+ aria-labelledby ="{{id|default:uuid}}_label "
2728 aria-checked ="{{radio_checked|yesno: "true,false "|default:"false"}}"
29+ aria-pressed="{{radio_checked|yesno: "true,false "|default:"false"}}"
2830 {% if radio_checked %} checked {% endif %}
2931 />
30- < label for ="{{id|default:uuid}} "> < img src ="{{ icon_src }} " alt ="" width ="32 " height ="32 "> </ label >
32+ < label id =" {{id|default:uuid}}_label " for ="{{id|default:uuid}} "> < img src ="{{ icon_src }} " alt ="" width ="32 " height ="32 "> </ label >
3133</ div >
You can’t perform that action at this time.
0 commit comments