mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-06 13:46:42 +02: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:
@@ -133,6 +133,11 @@
|
|||||||
&:focus {
|
&:focus {
|
||||||
color: @nav-pills-active-link-hover-color;
|
color: @nav-pills-active-link-hover-color;
|
||||||
background-color: @nav-pills-active-link-hover-bg;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user