forked from concretecms/concretecms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bootstrap 4 dropdowns in front-end require two clicks to activate con…
- Loading branch information
Fabian Bitter
committed
Aug 21, 2020
1 parent
aec50c0
commit ff79adf
Showing
5 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,4 @@ | |
* ); | ||
* | ||
* ---------------------------------------------------------------------------- | ||
*/ | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,2 @@ | ||
// Include core libraries for panels, etc... | ||
import "@concretecms/bedrock/assets/cms/js/base"; | ||
|
||
// Import only the bootstrap libraries required for the CMS domain. | ||
import "bootstrap/js/dist/tooltip"; | ||
import "bootstrap/js/dist/popover"; | ||
import "bootstrap/js/dist/tab"; | ||
import "bootstrap/js/dist/toast"; | ||
import "bootstrap/js/dist/modal"; | ||
import "bootstrap/js/dist/dropdown"; | ||
import "bootstrap/js/dist/collapse"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters