mirror of https://github.com/twbs/bootstrap.git
derp, fix broke css and recompile
This commit is contained in:
parent
9443eb6e21
commit
c97d304c0c
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 New Issue