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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/_tooltip.scss')
-rw-r--r--assets/stylesheets/bootstrap/_tooltip.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/assets/stylesheets/bootstrap/_tooltip.scss b/assets/stylesheets/bootstrap/_tooltip.scss
index fe97fbb..7b5db1c 100644
--- a/assets/stylesheets/bootstrap/_tooltip.scss
+++ b/assets/stylesheets/bootstrap/_tooltip.scss
@@ -21,6 +21,12 @@
height: $tooltip-arrow-height;
}
+ .arrow::before {
+ position: absolute;
+ border-color: transparent;
+ border-style: solid;
+ }
+
&.bs-tooltip-top {
padding: $tooltip-arrow-width 0;
.arrow {
@@ -88,12 +94,6 @@
@extend .bs-tooltip-left;
}
}
-
- .arrow::before {
- position: absolute;
- border-color: transparent;
- border-style: solid;
- }
}
// Wrapper for the tooltip content