mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
enable the outline for active tab header (#13415)
This commit is contained in:
@@ -337,10 +337,6 @@ export class TabbedPanel extends Disposable {
|
|||||||
color: ${styles.titleActiveForeground};
|
color: ${styles.titleActiveForeground};
|
||||||
border-bottom-color: ${styles.titleActiveBorder};
|
border-bottom-color: ${styles.titleActiveBorder};
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
}
|
|
||||||
|
|
||||||
.tabbedPanel > .title .tabList .tab-header.active {
|
|
||||||
outline: none;
|
|
||||||
}`);
|
}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user