1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 06:36:33 +02:00

Convert tooltip's arrows to generated CSS content via :before

This commit is contained in:
Bernardo Gurgel Filho
2015-08-23 01:59:48 -03:00
parent 7ff9b1979c
commit 2ae5fdf9dd
2 changed files with 15 additions and 13 deletions

View File

@@ -28,7 +28,6 @@ const Tooltip = (($) => {
const Default = {
animation : true,
template : '<div class="tooltip" role="tooltip">'
+ '<div class="tooltip-arrow"></div>'
+ '<div class="tooltip-inner"></div></div>',
trigger : 'hover focus',
title : '',