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
c174d7ab
Commit
c174d7ab
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Add $popover-border-width; refs
#18150
parent
e3eaeb96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_popover.scss
+2
-2
scss/_popover.scss
scss/_variables.scss
+1
-0
scss/_variables.scss
with
3 additions
and
2 deletions
+3
-2
scss/_popover.scss
+
2
-
2
View file @
c174d7ab
...
...
@@ -12,7 +12,7 @@
font-size
:
$font-size-sm
;
background-color
:
$popover-bg
;
background-clip
:
padding-box
;
border
:
1px
solid
$popover-border-color
;
border
:
$popover-border-width
solid
$popover-border-color
;
@include
border-radius
(
$border-radius-lg
);
@include
box-shadow
(
0
5px
10px
rgba
(
0
,
0
,
0
,.
2
));
...
...
@@ -107,7 +107,7 @@
margin
:
0
;
// reset heading margin
font-size
:
$font-size-base
;
background-color
:
$popover-title-bg
;
border-bottom
:
1px
solid
darken
(
$popover-title-bg
,
5%
);
border-bottom
:
$popover-border-width
solid
darken
(
$popover-title-bg
,
5%
);
@include
border-radius
((
$border-radius-lg
-
1
)
(
$border-radius-lg
-
1
)
0
0
);
}
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
1
-
0
View file @
c174d7ab
...
...
@@ -479,6 +479,7 @@ $tooltip-arrow-color: $tooltip-bg !default;
$popover-bg
:
#fff
!
default
;
$popover-max-width
:
276px
!
default
;
$popover-border-width
:
$border-width
!
default
;
$popover-border-color
:
rgba
(
0
,
0
,
0
,.
2
)
!
default
;
$popover-title-bg
:
darken
(
$popover-bg
,
3%
)
!
default
;
...
...
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