Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
d603239b
Commit
d603239b
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
linting
parent
28fd9deb
6 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!25494
web pack
,
!25326
Adjust examples
,
!23207
#22402 : modal: new autofocus & keyboardBtnNav options
,
!17021
v4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_popover.scss
+5
-9
scss/_popover.scss
scss/_tooltip.scss
+4
-4
scss/_tooltip.scss
with
9 additions
and
13 deletions
+9
-13
scss/_popover.scss
+
5
-
9
View file @
d603239b
...
...
@@ -17,10 +17,6 @@
@include
border-radius
(
$border-radius-lg
);
@include
box-shadow
(
$popover-box-shadow
);
// Arrows
//
// .arrow is outer, .arrow::after is inner
.arrow
{
position
:
absolute
;
display
:
block
;
...
...
@@ -48,7 +44,7 @@
.
arrow
:
:
before
,
.
arrow
::
after
{
border-width
:
$popover-arrow-height
$popover-arrow-width
/
2
0
;
border-width
:
$popover-arrow-height
(
$popover-arrow-width
/
2
)
0
;
}
.
arrow
:
:
before
{
...
...
@@ -74,7 +70,7 @@
.
arrow
:
:
before
,
.
arrow
::
after
{
border-width
:
$popover-arrow-width
/
2
$popover-arrow-height
$popover-arrow-width
/
2
0
;
border-width
:
(
$popover-arrow-width
/
2
)
$popover-arrow-height
(
$popover-arrow-width
/
2
)
0
;
}
.
arrow
:
:
before
{
...
...
@@ -97,7 +93,7 @@
.
arrow
:
:
before
,
.
arrow
::
after
{
border-width
:
0
$popover-arrow-width
/
2
$popover-arrow-height
$popover-arrow-width
/
2
;
border-width
:
0
(
$popover-arrow-width
/
2
)
$popover-arrow-height
(
$popover-arrow-width
/
2
)
;
}
.
arrow
:
:
before
{
...
...
@@ -117,7 +113,7 @@
left
:
50%
;
display
:
block
;
width
:
$popover-arrow-width
;
margin-left
:
-
$popover-arrow-width
/
2
;
margin-left
:
(
$popover-arrow-width
/
-2
)
;
content
:
""
;
border-bottom
:
$popover-border-width
solid
$popover-header-bg
;
}
...
...
@@ -135,7 +131,7 @@
.
arrow
:
:
before
,
.
arrow
::
after
{
border-width
:
$popover-arrow-width
/
2
0
$popover-arrow-width
/
2
$popover-arrow-height
;
border-width
:
(
$popover-arrow-width
/
2
)
0
(
$popover-arrow-width
/
2
)
$popover-arrow-height
;
}
.
arrow
:
:
before
{
...
...
This diff is collapsed.
Click to expand it.
scss/_tooltip.scss
+
4
-
4
View file @
d603239b
...
...
@@ -37,7 +37,7 @@
&
::before
{
top
:
0
;
border-width
:
$tooltip-arrow-height
$tooltip-arrow-width
/
2
0
;
border-width
:
$tooltip-arrow-height
(
$tooltip-arrow-width
/
2
)
0
;
border-top-color
:
$tooltip-arrow-color
;
}
}
...
...
@@ -53,7 +53,7 @@
&
::before
{
right
:
0
;
border-width
:
$tooltip-arrow-width
/
2
$tooltip-arrow-height
$tooltip-arrow-width
/
2
0
;
border-width
:
(
$tooltip-arrow-width
/
2
)
$tooltip-arrow-height
(
$tooltip-arrow-width
/
2
)
0
;
border-right-color
:
$tooltip-arrow-color
;
}
}
...
...
@@ -67,7 +67,7 @@
&
::before
{
bottom
:
0
;
border-width
:
0
$tooltip-arrow-width
/
2
$tooltip-arrow-height
;
border-width
:
0
(
$tooltip-arrow-width
/
2
)
$tooltip-arrow-height
;
border-bottom-color
:
$tooltip-arrow-color
;
}
}
...
...
@@ -83,7 +83,7 @@
&
::before
{
left
:
0
;
border-width
:
$tooltip-arrow-width
/
2
0
$tooltip-arrow-width
/
2
$tooltip-arrow-height
;
border-width
:
(
$tooltip-arrow-width
/
2
)
0
(
$tooltip-arrow-width
/
2
)
$tooltip-arrow-height
;
border-left-color
:
$tooltip-arrow-color
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets