diff options
| author | Julian Thilo <[email protected]> | 2014-11-05 00:33:04 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-11-05 00:33:04 +0100 |
| commit | 0018723ccee06d704e31b83df6a0a3fd1f02d309 (patch) | |
| tree | 2a252d3a3c42fa468acd6db5001e2dc096fb9823 /less/tooltip.less | |
| parent | e62a1264b91920de0094f73392528aca7251cda6 (diff) | |
| parent | da3870feacc64c337f4b298a79cb115d9fbb4194 (diff) | |
| download | bootstrap-0018723ccee06d704e31b83df6a0a3fd1f02d309.tar.xz bootstrap-0018723ccee06d704e31b83df6a0a3fd1f02d309.zip | |
Merge pull request #15019 from twbs/whoomp_there_it_was
Deprecate diagonal tooltip classes
Diffstat (limited to 'less/tooltip.less')
| -rw-r--r-- | less/tooltip.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/tooltip.less b/less/tooltip.less index ecab304b8..8f7fcbebc 100644 --- a/less/tooltip.less +++ b/less/tooltip.less @@ -39,6 +39,7 @@ border-color: transparent; border-style: solid; } +// Note: Deprecated .top-left, .top-right, .bottom-left, and .bottom-right as of v3.3.1 .tooltip { &.top .tooltip-arrow { bottom: 0; |
