style fix
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
|
||||
{{#each scopeList}}
|
||||
<div class="record">
|
||||
<label><h4><input type="checkbox" class="check-scope" data-scope="{{./this}}"> {{translate this category='scopeNames'}}</h4></label>
|
||||
<label style="user-select: none; cursor: pointer;"><h4><input
|
||||
type="checkbox"
|
||||
class="check-scope"
|
||||
data-scope="{{./this}}"
|
||||
> {{translate this category='scopeNames'}}</h4></label>
|
||||
<div class="edit-container-{{toDom this}} hide">
|
||||
{{{var this ../this}}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user