1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

fixes #9607: restore bottom border on hover of nav tabs for proper display

This commit is contained in:
Mark Otto
2013-08-15 10:30:37 -07:00
parent fee3f1e733
commit 51f2c907e7
3 changed files with 3 additions and 3 deletions

View File

@@ -2956,7 +2956,7 @@ button.close {
}
.nav-tabs > li > a:hover {
border-color: #eeeeee;
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,