File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3939 </div >
4040 <ul class =" list-unstyled components" >
4141 <!-- <p>Dummy Heading</p> -->
42- <li v-for =" (ui, index) in schemaOrder" :key =" index" >
42+ <li v-for =" (ui, index) in schemaOrder" :key =" index"
43+ :class =" {'current': index===parseInt(activityIndex) }" >
4344<!-- hi {{ index }} {{ visibility }}-->
4445 <a @click =" setActivity(index)"
4546 v-if =" visibility[index]"
46- :class =" {'current': index===activityIndex}" >
47+ :class =" {'current': index===parseInt( activityIndex) }" >
4748 <circleProgress v-if =" isProtocolUrl"
4849 :radius =" 20"
4950 :progress =" progress[index]"
@@ -838,7 +839,7 @@ export default {
838839 color : white ;
839840 }
840841
841- .current {
842+ li .current {
842843 background-color : #17a2b8 ;
843844 color : white !important ;
844845 }
You can’t perform that action at this time.
0 commit comments