Skip to content

Commit 67b1656

Browse files
Remove unused code
1 parent 34b7d4d commit 67b1656

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/plugin/VColorField.vue

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@
188188

189189
<!-- ================================================== Card Picker Container -->
190190
<Teleport to="body">
191-
<div class="position-elm-helper"></div>
192-
193191
<v-defaults-provider :defaults="defaults">
194192
<v-card
195193
ref="cardRef"
@@ -557,16 +555,4 @@ function updateMode(mode: Mode) {
557555

558556
<style lang="scss" scoped>
559557
@use './styles/main';
560-
561-
.position-elm-helper {
562-
background-color: #f00;
563-
border-radius: 50%;
564-
display: none;
565-
height: 10px;
566-
left: 0;
567-
position: absolute;
568-
top: 0;
569-
width: 10px;
570-
z-index: 99999999999;
571-
}
572558
</style>

0 commit comments

Comments
 (0)