We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b7d4d commit 67b1656Copy full SHA for 67b1656
src/plugin/VColorField.vue
@@ -188,8 +188,6 @@
188
189
<!-- ================================================== Card Picker Container -->
190
<Teleport to="body">
191
- <div class="position-elm-helper"></div>
192
-
193
<v-defaults-provider :defaults="defaults">
194
<v-card
195
ref="cardRef"
@@ -557,16 +555,4 @@ function updateMode(mode: Mode) {
557
555
558
556
<style lang="scss" scoped>
559
@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
-}
572
</style>
0 commit comments