Skip to content

Commit e0e6ce9

Browse files
authored
Merge pull request euvl#52 from lehni/fix/remove-z-index
Remove unnecessary use of z-index
2 parents 7367375 + b4e2966 commit e0e6ce9

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

dist/index.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/ssr.index.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.

src/Button.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ $margin: 3px;
220220
font-weight: 600;
221221
color: white;
222222
223-
z-index: 2;
224-
225223
&.v-left {
226224
left: 10px;
227225
}
@@ -250,8 +248,6 @@ $margin: 3px;
250248
top: 0;
251249
left: 0;
252250
253-
z-index: 3;
254-
255251
transform: translate3d($margin, $margin, 0);
256252
border-radius: 100%;
257253
background-color: #fff;

0 commit comments

Comments
 (0)