Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit e25854a

Browse files
authored
Merge pull request #35 from jpnut/master
Remove z-index parameters from default styles
2 parents d697a92 + 69eaf18 commit e25854a

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

dist/[object Object]

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

dist/vue-form-wizard.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-form-wizard.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/form-wizard/_navs-pagination.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
color: $form-placeholder-color;
2222
position: relative;
2323
top: 3px;
24-
z-index: 100;
2524
&:hover,
2625
&:focus{
2726
background-color: transparent;

src/assets/form-wizard/_wizard-card.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
padding: 15px 15px 15px 15px;
5555
position: relative;
5656
border-radius: 3px 3px 0 0;
57-
z-index: 3;
5857
text-align: center;
5958
}
6059

@@ -77,7 +76,6 @@
7776
.wizard-progress-with-circle {
7877
position: relative;
7978
top: 40px;
80-
z-index: 50;
8179
height: 4px;
8280

8381
.wizard-progress-bar {

0 commit comments

Comments
 (0)