Use z-index to show shadow

Other ideas are to use :before or :after to create shadow
This commit is contained in:
Graham Fairweather 2018-01-19 12:00:13 +01:00
parent 99bb9f3d7e
commit f4e2506905
2 changed files with 7 additions and 5 deletions

View file

@ -61,7 +61,7 @@
if (this.childrens) {
this.childrens.forEach(child => {
child.currentValue = value == child.label;
child.currentValue = value === child.label;
child.group = true;
});
}