1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 06:20:15 +02:00

Begin to add arrow to Popover and Tooltip

This commit is contained in:
Johann-S
2017-04-07 11:12:17 +02:00
parent 6cf0fe8780
commit 81e07ec052
3 changed files with 8 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ const Popover = (($) => {
trigger : 'click',
content : '',
template : '<div class="popover" role="tooltip">'
+ '<div class="arrow"></div>'
+ '<h3 class="popover-title"></h3>'
+ '<div class="popover-content"></div></div>'
})