mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix high contrast issues in task viewlet and panel (#1381)
* fix high contrast issues in task and panel * change the panelTitle.inactiveForeground color in light theme * remove opacity when the panel is active and inactive
This commit is contained in:
@@ -65,15 +65,6 @@ panel {
|
||||
line-height: 45px;
|
||||
}
|
||||
|
||||
.tabbedPanel .tabList .tab:hover .tabLabel,
|
||||
.tabbedPanel .tabList .tab .tabLabel.active {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.tabbedPanel .tabList .tab .tabLabel {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.tabbedPanel .tabList .tab .tabLabel.icon {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
|
||||
Reference in New Issue
Block a user