@itfin/components 1.0.43 → 1.0.44
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
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
ref="dropdownMenu"
|
|
94
94
|
:key="`vs${uid}__listbox`"
|
|
95
95
|
v-append-to-body
|
|
96
|
-
class="dropdown-menu vs__dropdown-menu"
|
|
96
|
+
class="dropdown-menu vs__dropdown-menu itf-select__dropdown-menu"
|
|
97
97
|
role="listbox"
|
|
98
98
|
tabindex="-1"
|
|
99
99
|
@mousedown.prevent="onMousedown"
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
background: $dark-input-focus-border-color;
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
|
|
196
|
+
&__dropdown-menu {
|
|
197
197
|
background-color: $body-bg;
|
|
198
198
|
border: 2px solid $input-focus-border;
|
|
199
199
|
padding-left: 0.125rem;
|
|
@@ -668,7 +668,7 @@ export default {
|
|
|
668
668
|
*/
|
|
669
669
|
appendToBody: {
|
|
670
670
|
type: Boolean,
|
|
671
|
-
default:
|
|
671
|
+
default: true,
|
|
672
672
|
},
|
|
673
673
|
/**
|
|
674
674
|
* When `appendToBody` is true, this function is responsible for
|