Commit eccc1f59 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Update classname for indeterminate state

parent 6974d970
......@@ -205,7 +205,7 @@ class @LabelsSelect
if $dropdown.hasClass('js-filter-bulk-update')
indeterminate = instance.indeterminateIds
if indeterminate.indexOf(label.id) isnt -1
selectedClass.push 'indeterminate'
selectedClass.push 'is-indeterminate'
if $form.find("input[type='hidden']\
[name='#{$dropdown.data('fieldName')}']\
......
......@@ -232,7 +232,7 @@
a {
padding-left: 25px;
&.indeterminate, &.is-active{
&.is-indeterminate, &.is-active{
&::before {
position: absolute;
left: 5px;
......@@ -246,7 +246,7 @@
}
}
&.indeterminate::before {
&.is-indeterminate::before {
content: "\f068";
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment