mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
High contrast and dark border top added for results panel in query editor. (#12892)
* border top themes added for tabbed panel * removed unnecessary space * border styles added to tabbed panel * removed unnecessary field
This commit is contained in:
@@ -318,6 +318,13 @@ export class TabbedPanel extends Disposable {
|
|||||||
public style(styles: ITabbedPanelStyles): void {
|
public style(styles: ITabbedPanelStyles): void {
|
||||||
const content: string[] = [];
|
const content: string[] = [];
|
||||||
|
|
||||||
|
if (styles.border) {
|
||||||
|
content.push(`
|
||||||
|
.tabbedPanel {
|
||||||
|
border-color: ${styles.border};
|
||||||
|
}`);
|
||||||
|
}
|
||||||
|
|
||||||
if (styles.titleActiveForeground && styles.titleActiveBorder) {
|
if (styles.titleActiveForeground && styles.titleActiveBorder) {
|
||||||
content.push(`
|
content.push(`
|
||||||
.tabbedPanel > .title .tabList .tab:hover .tabLabel,
|
.tabbedPanel > .title .tabList .tab:hover .tabLabel,
|
||||||
|
|||||||
Reference in New Issue
Block a user