Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 36e8ea1

Browse files
committed
Correct tab hover display
1 parent ebf3d7b commit 36e8ea1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ pre code {
163163
margin-left: -1px;
164164
}
165165

166+
.nav-tabs>li>a:hover {
167+
border-bottom-color: #c2c2c2;
168+
}
169+
166170
.nav-tabs>li.active>a,
167171
.nav-tabs>li.active>a:hover,
168172
.nav-tabs>li.active>a:focus {

0 commit comments

Comments
 (0)