2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+1 -1
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>'
})