File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333}
3434
3535.badge-button : hover ,
36- .badge-button : focus-visible {
36+ .badge-button : has (. badge-button__radio : focus-visible ) {
3737 border-radius : var (--border-radius-m );
3838 border : 1px solid var (--color-stroke-strong );
3939 background : var (--color-surface-mid );
4040 padding : 1px ;
4141}
42+
43+
44+ .badge-button : has (.badge-button__radio : focus-visible ) {
45+ outline : auto;
46+ }
Original file line number Diff line number Diff line change 2525 name ="{{name}} "
2626 value ="{{value}} "
2727 id ="{{id|default:uuid}} "
28- aria-labelledby ="{{id|default:uuid}}_label "
29- aria-checked ="{{radio_checked|yesno: "true,false "|default:"false"}}"
30- aria-pressed="{{radio_checked|yesno: "true,false "|default:"false"}}"
3128 {% if radio_checked %} checked {% endif %}
3229 />
3330 < label id ="{{id|default:uuid}}_label " for ="{{id|default:uuid}} "> < img src ="{{ icon_src }} " alt ="{{ icon_alt }} " width ="28 " height ="28 "> </ label >
You can’t perform that action at this time.
0 commit comments