mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
derp, fix broke css and recompile
This commit is contained in:
parent
9443eb6e21
commit
c97d304c0c
2 changed files with 6155 additions and 4 deletions
6155
docs/assets/css/bootstrap.css
vendored
6155
docs/assets/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load diff
|
@ -338,10 +338,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Caret should match text color on hover
|
||||
.navbar .nav li.dropdown > a:hover .caret {
|
||||
border-top-color: @navbarLinkColorHover;
|
||||
border-bottom-color: @navbarLinkColorHover;
|
||||
// Caret should match text color on hover/focus
|
||||
.navbar .nav li.dropdown > a:hover .caret,
|
||||
.navbar .nav li.dropdown > a:focus .caret {
|
||||
|
|
Loading…
Reference in a new issue