gd-bs 6.4.9 → 6.5.1
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/build/bs.js +1 -1
- package/build/components/dropdown/index.js +1 -1
- package/dist/gd-bs-icons.js +1 -1
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.js +1 -1
- package/dist/gd-bs.min.js +1 -1
- package/package.json +1 -1
- package/src/components/dropdown/index.ts +2 -2
- package/src/styles/_custom.scss +13 -7
- package/src/styles/_root.scss +1 -0
- package/src/styles/_tippy.scss +9 -0
|
@@ -226,7 +226,7 @@ var _Dropdown = /** @class */ (function (_super) {
|
|
|
226
226
|
var toggle = this.el.querySelector(".dropdown-toggle");
|
|
227
227
|
if (toggle && this._elMenu) {
|
|
228
228
|
// Set the type, based on the current dropdown type
|
|
229
|
-
var popoverType = popover_1.PopoverTypes.
|
|
229
|
+
var popoverType = popover_1.PopoverTypes.LightBorder;
|
|
230
230
|
switch (this.props.type) {
|
|
231
231
|
case exports.DropdownTypes.Danger:
|
|
232
232
|
case exports.DropdownTypes.OutlineDanger:
|