Fix active tabs border on Fabric (#1614)
This commit is contained in:
parent
c61788198f
commit
b4bc93ac03
|
@ -70,6 +70,10 @@ a:focus {
|
|||
border-bottom: 2px solid @FabricAccentMedium;
|
||||
}
|
||||
|
||||
.nav-tabs>li.active>.tabNavContentContainer>.tab_Content>.tabNavText {
|
||||
border-bottom: 0px none transparent;
|
||||
}
|
||||
|
||||
.tabNavContentContainer {
|
||||
padding: @SmallSpace 0px @SmallSpace 0px;
|
||||
|
||||
|
|
Loading…
Reference in New Issue