add inline styles to switch
This commit is contained in:
parent
a052278bda
commit
ac6c73a340
|
@ -94,7 +94,7 @@
|
||||||
<ul class="profile-hooklist">
|
<ul class="profile-hooklist">
|
||||||
{{#each hook in hooksWithoutAdmin}}
|
{{#each hook in hooksWithoutAdmin}}
|
||||||
<li class="{{if hook.active 'active'}} row">
|
<li class="{{if hook.active 'active'}} row">
|
||||||
<div class="switch--icon disabled {{if hook.active 'active'}}">
|
<div class="switch--icon inline-block disabled {{if hook.active 'active'}}">
|
||||||
<div class="switch-inner">
|
<div class="switch-inner">
|
||||||
<span class="on">
|
<span class="on">
|
||||||
ON
|
ON
|
||||||
|
|
Loading…
Reference in New Issue
Block a user