mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
Removed duplicate connections code (#5045)
* removed duplicate connections code * removed old comment * removed unused code
This commit is contained in:
@@ -3,12 +3,6 @@
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
/* Activity Bar - connection */
|
||||
.monaco-workbench > .activitybar .monaco-action-bar .action-label.connectionViewlet {
|
||||
-webkit-mask: url('icons/server_page_inverse.svg') no-repeat 50% 50%;
|
||||
-webkit-mask-size: 25px 25px;
|
||||
}
|
||||
|
||||
/* Activity Bar - task history */
|
||||
.monaco-workbench > .activitybar .monaco-action-bar .action-label.taskHistoryViewlet {
|
||||
-webkit-mask: url('icons/run_history_inverse.svg') no-repeat 50% 50%;
|
||||
|
||||
Reference in New Issue
Block a user