mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
FIX: Add checkbox-label CSS class to flag modal labels (#24087)
Avoids a similar bolding issue to 88ae4c7b5ce7c9dd0de8ac81c863103cdbc73a87
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
{{#if this.isNotifyUser}}
|
||||
<h3>{{this.formattedName}}</h3>
|
||||
<div class="controls">
|
||||
<label class="radio">
|
||||
<label class="radio checkbox-label">
|
||||
<input
|
||||
id="radio_{{this.flag.name_key}}"
|
||||
{{on "click" (action "changePostActionType" this.flag)}}
|
||||
@ -38,7 +38,7 @@
|
||||
{{/if}}
|
||||
{{else}}
|
||||
<div class="controls {{this.flag.name_key}}">
|
||||
<label class="radio">
|
||||
<label class="radio checkbox-label">
|
||||
<input
|
||||
id="radio_{{this.flag.name_key}}"
|
||||
{{on "click" (action "changePostActionType" this.flag)}}
|
||||
|
Reference in New Issue
Block a user