mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-10 15:50:58 +00:00
fixed issue where caret wouldn't inherit "active" li style on nav-pills, which caused the caret to stay blue
This commit is contained in:
parent
4e962c572e
commit
b1208f380a
1 changed files with 5 additions and 0 deletions
|
|
@ -133,6 +133,11 @@
|
|||
&:focus {
|
||||
color: @nav-pills-active-link-hover-color;
|
||||
background-color: @nav-pills-active-link-hover-bg;
|
||||
|
||||
.caret {
|
||||
border-top-color: @nav-pills-active-link-hover-color;
|
||||
border-bottom-color: @nav-pills-active-link-hover-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue