@designcrowd/fe-shared-lib 1.1.6-eng-2158-4 → 1.1.6-eng-2158-5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
@mouseenter.self="pointerSet(index)"
|
|
99
99
|
>
|
|
100
100
|
<slot :index="index" :option="option" :search="search" name="option">
|
|
101
|
-
<span
|
|
101
|
+
<span>
|
|
102
102
|
<span v-if="getOptionImageUrl(option)">
|
|
103
103
|
<img class="tw-mr-1" height="24" width="30" :src="getOptionImageUrl(option)" alt="" />
|
|
104
104
|
</span>
|
|
@@ -540,12 +540,6 @@ fieldset[disabled] .select {
|
|
|
540
540
|
pointer-events: none;
|
|
541
541
|
}
|
|
542
542
|
|
|
543
|
-
.select__item {
|
|
544
|
-
display: flex;
|
|
545
|
-
align-items: center;
|
|
546
|
-
transform: translateY(-50%);
|
|
547
|
-
}
|
|
548
|
-
|
|
549
543
|
.select-enter-active,
|
|
550
544
|
.select-leave-active {
|
|
551
545
|
transition: all 0.15s ease;
|