mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
variable way to set @caret-width-base
This commit is contained in:
parent
9673c25e2c
commit
5f2bd59abb
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
||||||
// Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once this
|
// Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once this
|
||||||
// gets fixed, restore `border-top: 0;`.
|
// gets fixed, restore `border-top: 0;`.
|
||||||
border-top: 0 dotted;
|
border-top: 0 dotted;
|
||||||
border-bottom: 4px solid @dropdown-caret-color;
|
border-bottom: @caret-width-base solid @dropdown-caret-color;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
// Different positioning for bottom up menu
|
// Different positioning for bottom up menu
|
||||||
|
|
Loading…
Add table
Reference in a new issue