Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-12-16 04:30:37 +0300
committerChris Rebert <code@rebertia.com>2014-12-16 04:30:37 +0300
commit27dcdd357d21d1feeebab738f70d342b0a8e0c8f (patch)
tree2f4e218ddd7a1a914b51dc6879800d2cf7009c21 /scss/_tooltip.scss
parent9f09a23aeace4fad38a832245b0af004f7496dfb (diff)
remove deprecated tooltip placements
Diffstat (limited to 'scss/_tooltip.scss')
-rw-r--r--scss/_tooltip.scss29
1 files changed, 0 insertions, 29 deletions
diff --git a/scss/_tooltip.scss b/scss/_tooltip.scss
index 3126a2d510..d65d76ffe3 100644
--- a/scss/_tooltip.scss
+++ b/scss/_tooltip.scss
@@ -58,7 +58,6 @@
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;
@@ -67,20 +66,6 @@
border-width: $tooltip-arrow-width $tooltip-arrow-width 0;
border-top-color: $tooltip-arrow-color;
}
- &.top-left .tooltip-arrow {
- right: $tooltip-arrow-width;
- bottom: 0;
- margin-bottom: -$tooltip-arrow-width;
- border-width: $tooltip-arrow-width $tooltip-arrow-width 0;
- border-top-color: $tooltip-arrow-color;
- }
- &.top-right .tooltip-arrow {
- bottom: 0;
- left: $tooltip-arrow-width;
- margin-bottom: -$tooltip-arrow-width;
- border-width: $tooltip-arrow-width $tooltip-arrow-width 0;
- border-top-color: $tooltip-arrow-color;
- }
&.right .tooltip-arrow {
top: 50%;
left: 0;
@@ -102,18 +87,4 @@
border-width: 0 $tooltip-arrow-width $tooltip-arrow-width;
border-bottom-color: $tooltip-arrow-color;
}
- &.bottom-left .tooltip-arrow {
- top: 0;
- right: $tooltip-arrow-width;
- margin-top: -$tooltip-arrow-width;
- border-width: 0 $tooltip-arrow-width $tooltip-arrow-width;
- border-bottom-color: $tooltip-arrow-color;
- }
- &.bottom-right .tooltip-arrow {
- top: 0;
- left: $tooltip-arrow-width;
- margin-top: -$tooltip-arrow-width;
- border-width: 0 $tooltip-arrow-width $tooltip-arrow-width;
- border-bottom-color: $tooltip-arrow-color;
- }
}