1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-27 22:09:04 +02:00

Remove the use of x-arrow attribute for Tooltips/Popovers arrows

This commit is contained in:
Johann-S
2017-05-29 21:46:11 +02:00
parent ccd86bdc96
commit 5f493cfc74
4 changed files with 25 additions and 21 deletions

View File

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