fix connection and notebook icons not highlighting (#13314)

This commit is contained in:
Aditya Bist
2020-11-09 13:12:34 -08:00
committed by GitHub
parent 295aa99e05
commit 9d766198b5
2 changed files with 12 additions and 2 deletions

View File

@@ -9,7 +9,12 @@
background-color: rgba(255, 255, 255, 0.4);
}
/* Activity Bar */
/* Checked */
.monaco-workbench .activitybar .monaco-action-bar .checked .action-label.dataExplorer {
background-color: rgb(255, 255, 255); /* this is a patch, will need to find a better long term fix*/
}
/* Hovered */
.monaco-workbench .activitybar .monaco-action-bar .action-label.dataExplorer:hover {
background-color: rgb(255, 255, 255);
}