enable the outline for active tab header (#13415)

This commit is contained in:
Alan Ren
2020-11-16 10:21:30 -08:00
committed by GitHub
parent 698b79f0f3
commit 690937443c

View File

@@ -337,10 +337,6 @@ export class TabbedPanel extends Disposable {
color: ${styles.titleActiveForeground};
border-bottom-color: ${styles.titleActiveBorder};
border-bottom-width: 2px;
}
.tabbedPanel > .title .tabList .tab-header.active {
outline: none;
}`);
}