mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -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 {
|
||||
const content: string[] = [];
|
||||
|
||||
if (styles.border) {
|
||||
content.push(`
|
||||
.tabbedPanel {
|
||||
border-color: ${styles.border};
|
||||
}`);
|
||||
}
|
||||
|
||||
if (styles.titleActiveForeground && styles.titleActiveBorder) {
|
||||
content.push(`
|
||||
.tabbedPanel > .title .tabList .tab:hover .tabLabel,
|
||||
|
||||
Reference in New Issue
Block a user