mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-18 02:07:04 +00:00
corrections for 2278347,2278096 and fix for 2264174
This commit is contained in:
parent
f27706bc37
commit
da2ba243fb
@ -2577,7 +2577,7 @@ a:link {
|
||||
font-style: italic;
|
||||
}
|
||||
.querydropdown.placeholderVisible::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
|
||||
color: #000;
|
||||
color: #403f3f;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
@ -7,8 +7,7 @@
|
||||
}
|
||||
|
||||
.treeNodeHeader {
|
||||
// padding: @SmallSpace 2px;
|
||||
margin: 2px;
|
||||
margin: 1px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
||||
|
@ -92,6 +92,7 @@ function TabNav({ tab, active, tabKind }: { tab?: Tab; active: boolean; tabKind?
|
||||
}
|
||||
}}
|
||||
className={active ? "active tabList" : "tabList"}
|
||||
style={active ? { fontWeight: "bolder" } : {}}
|
||||
title={useObservable(tab?.tabPath || ko.observable(""))}
|
||||
aria-selected={active}
|
||||
aria-expanded={active}
|
||||
|
Loading…
x
Reference in New Issue
Block a user