mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-29 00:47:01 +00:00
Fix Tabs style
This commit is contained in:
parent
e27a28a04f
commit
39a7765aef
@ -2646,6 +2646,11 @@ a:link {
|
|||||||
width: @ActiveTabWidth;
|
width: @ActiveTabWidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-tabs > li.active > .tabNavContentContainer > .tab_Content > .tabNavText {
|
||||||
|
font-weight: "bolder";
|
||||||
|
border-bottom: "2px solid rgba(0,120,212,1)";
|
||||||
|
}
|
||||||
|
|
||||||
.nav-tabs > li.active:focus > .tabNavContentContainer {
|
.nav-tabs > li.active:focus > .tabNavContentContainer {
|
||||||
.focus();
|
.focus();
|
||||||
}
|
}
|
||||||
|
@ -58,6 +58,11 @@ body {
|
|||||||
width: @ActiveTabWidth;
|
width: @ActiveTabWidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-tabs>li.active>.tabNavContentContainer>.tab_Content>.tabNavText {
|
||||||
|
font-weight: "bolder";
|
||||||
|
border-bottom: 2px solid @FabricAccentMedium;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.resourceTree {
|
.resourceTree {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
@ -129,7 +129,6 @@ function TabNav({ tab, active, tabKind }: { tab?: Tab; active: boolean; tabKind?
|
|||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
className="tabNavText"
|
className="tabNavText"
|
||||||
style={active ? { fontWeight: "bolder", borderBottom: "2px solid rgba(0,120,212,1)" } : {}}
|
|
||||||
>
|
>
|
||||||
{useObservable(tab?.tabTitle || getReactTabTitle())}
|
{useObservable(tab?.tabTitle || getReactTabTitle())}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user