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

Commit

Permalink
Remove z-index parameters from default styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Nuttall authored and Jamie Nuttall committed Aug 3, 2017
1 parent d697a92 commit 69eaf18
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions dist/[object Object]

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-form-wizard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-form-wizard.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/assets/form-wizard/_navs-pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
color: $form-placeholder-color;
position: relative;
top: 3px;
z-index: 100;
&:hover,
&:focus{
background-color: transparent;
Expand Down
2 changes: 0 additions & 2 deletions src/assets/form-wizard/_wizard-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
padding: 15px 15px 15px 15px;
position: relative;
border-radius: 3px 3px 0 0;
z-index: 3;
text-align: center;
}

Expand All @@ -77,7 +76,6 @@
.wizard-progress-with-circle {
position: relative;
top: 40px;
z-index: 50;
height: 4px;

.wizard-progress-bar {
Expand Down

0 comments on commit 69eaf18

Please sign in to comment.