mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 00:10:24 +00:00
corrected caret colour when a nav dropdown is open
This commit is contained in:
parent
b1208f380a
commit
29f24f746c
1 changed files with 5 additions and 0 deletions
|
|
@ -48,6 +48,11 @@
|
|||
&:focus {
|
||||
background-color: @nav-link-hover-bg;
|
||||
border-color: @link-color;
|
||||
|
||||
.caret {
|
||||
border-top-color: @link-hover-color;
|
||||
border-bottom-color: @link-hover-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue