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
1a11c526
Commit
1a11c526
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch 'luk3thomas-popover_arrow_colors' into 2.0.2-wip
parents
5a28bd1e
1cc1852a
1 merge request
!1952
Tabulation navigation with Typeahead
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/mixins.less
+8
-8
less/mixins.less
with
8 additions
and
8 deletions
+8
-8
less/mixins.less
+
8
-
8
View file @
1a11c526
...
...
@@ -450,37 +450,37 @@
// -------------------------
// For tipsies and popovers
#popoverArrow {
.top(@arrowWidth: 5px) {
.top(@arrowWidth: 5px
, @color: @black
) {
bottom: 0;
left: 50%;
margin-left: -@arrowWidth;
border-left: @arrowWidth solid transparent;
border-right: @arrowWidth solid transparent;
border-top: @arrowWidth solid @
black
;
border-top: @arrowWidth solid @
color
;
}
.left(@arrowWidth: 5px) {
.left(@arrowWidth: 5px
, @color: @black
) {
top: 50%;
right: 0;
margin-top: -@arrowWidth;
border-top: @arrowWidth solid transparent;
border-bottom: @arrowWidth solid transparent;
border-left: @arrowWidth solid @
black
;
border-left: @arrowWidth solid @
color
;
}
.bottom(@arrowWidth: 5px) {
.bottom(@arrowWidth: 5px
, @color: @black
) {
top: 0;
left: 50%;
margin-left: -@arrowWidth;
border-left: @arrowWidth solid transparent;
border-right: @arrowWidth solid transparent;
border-bottom: @arrowWidth solid @
black
;
border-bottom: @arrowWidth solid @
color
;
}
.right(@arrowWidth: 5px) {
.right(@arrowWidth: 5px
, @color: @black
) {
top: 50%;
left: 0;
margin-top: -@arrowWidth;
border-top: @arrowWidth solid transparent;
border-bottom: @arrowWidth solid transparent;
border-right: @arrowWidth solid @
black
;
border-right: @arrowWidth solid @
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