mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
This reverts commit 037d638927.
This commit is contained in:
@@ -58,7 +58,7 @@ panel {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.tabbedPanel.vertical > .title .tabList .tab .tabLabel {
|
||||
.tabbedPanel.vertical >.title .tabList .tab .tabLabel {
|
||||
font-size: 13px;
|
||||
padding-bottom: 0px;
|
||||
max-width: 200px;
|
||||
@@ -70,20 +70,6 @@ panel {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.tabbedPanel .tabList .tab-header:hover:not(.active) {
|
||||
background-color: #dcdcdc;
|
||||
outline: none;
|
||||
}
|
||||
.vs-dark .tabbedPanel .tabList .tab-header:hover:not(.active) {
|
||||
background-color: #2a2d2e;
|
||||
outline: none;
|
||||
}
|
||||
.hc-black .tabbedPanel .tabList .tab-header:hover:not(.active) {
|
||||
background-color: initial;
|
||||
outline: 1px dashed #f38518;
|
||||
outline-offset: -3px;
|
||||
}
|
||||
|
||||
.tabbedPanel.horizontal > .title .tabList .tab .tabLabel,
|
||||
.tabbedPanel.vertical > .title .tabList .tab .tabLabel {
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user