aloha-vue 1.0.216 → 1.0.217

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aloha-vue",
3
3
  "description": "Project aloha",
4
- "version": "1.0.216",
4
+ "version": "1.0.217",
5
5
  "author": "Ilia Brykin",
6
6
  "scripts": {
7
7
  "build-icons": "node scriptsNode/iconsSvgToJs.js bootstrap3 && node scriptsNode/iconsSvgToJs.js bootstrap-1-9-1"
@@ -273,7 +273,7 @@ $a-wizard-step-focus-box-shadow: 0 0 0 0.25rem rgba(var(--a_wizard_s
273
273
  width: 0;
274
274
  height: 100%;
275
275
  border-radius: 8px;
276
- z-index: -1;
276
+ z-index: 0;
277
277
  border: 3px dashed var(--a_wizard_border_color);
278
278
  margin-left: 33px;
279
279
  }
@@ -287,7 +287,7 @@ $a-wizard-step-focus-box-shadow: 0 0 0 0.25rem rgba(var(--a_wizard_s
287
287
  left: 0;
288
288
  width: 100%;
289
289
  border-radius: 8px;
290
- z-index: -1;
290
+ z-index: 0;
291
291
  border: 3px dashed var(--a_wizard_border_color);
292
292
  margin-top: 25px;
293
293
  @media screen and (max-width: $a-wizard-breakpoint-phone) {
@@ -305,7 +305,7 @@ $a-wizard-step-focus-box-shadow: 0 0 0 0.25rem rgba(var(--a_wizard_s
305
305
  position: absolute;
306
306
  left: 0;
307
307
  width: 100%;
308
- z-index: 0;
308
+ z-index: 1;
309
309
  border: 3px solid var(--a_wizard_step_active_primary_color);
310
310
  margin-top: 17px;
311
311
  @media screen and (max-width: $a-wizard-breakpoint-phone) {