Skip to content

Commit

Permalink
Remove harmful styles
Browse files Browse the repository at this point in the history
  • Loading branch information
SharakPL committed Mar 3, 2024
1 parent 070ef11 commit b1bea1b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 89 deletions.
18 changes: 0 additions & 18 deletions _dev/front/js/components/Create/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,21 +139,3 @@
},
};
</script>

<style lang="scss" type="text/scss">
.wishlist {
&-create {
.wishlist-modal {
opacity: 0;
pointer-events: none;
z-index: 0;

&.show {
opacity: 1;
pointer-events: all;
z-index: 1053;
}
}
}
}
</style>
19 changes: 0 additions & 19 deletions _dev/front/js/components/Delete/Delete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,22 +156,3 @@
},
};
</script>

<style lang="scss" type="text/scss">
.wishlist {
&-delete {
.wishlist-modal {
display: block;
opacity: 0;
pointer-events: none;
z-index: 0;

&.show {
opacity: 1;
pointer-events: all;
z-index: 1053;
}
}
}
}
</style>
14 changes: 0 additions & 14 deletions _dev/front/js/components/Login/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,3 @@
},
};
</script>

<style lang="scss" type="text/scss">
.wishlist {
&-login {
.wishlist-modal {
z-index: 0;

&.show {
z-index: 1053;
}
}
}
}
</style>
19 changes: 0 additions & 19 deletions _dev/front/js/components/Rename/Rename.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,22 +112,3 @@
},
};
</script>

<style lang="scss" type="text/scss" scoped>
.wishlist {
&-rename {
.wishlist-modal {
display: block;
opacity: 0;
pointer-events: none;
z-index: 0;

&.show {
opacity: 1;
pointer-events: all;
z-index: 1051;
}
}
}
}
</style>
19 changes: 0 additions & 19 deletions _dev/front/js/components/Share/Share.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,22 +111,3 @@
},
};
</script>

<style lang="scss" type="text/scss">
.wishlist {
&-share {
.wishlist-modal {
display: block;
opacity: 0;
pointer-events: none;
z-index: 0;

&.show {
opacity: 1;
pointer-events: all;
z-index: 1053;
}
}
}
}
</style>

0 comments on commit b1bea1b

Please sign in to comment.