Path: blob/main/src/vs/workbench/contrib/outline/browser/outlinePane.css
3296 views
/*---------------------------------------------------------------------------------------------1* Copyright (c) Microsoft Corporation. All rights reserved.2* Licensed under the MIT License. See License.txt in the project root for license information.3*--------------------------------------------------------------------------------------------*/45.monaco-workbench .outline-pane {6display: flex;7flex-direction: column;8}910.monaco-workbench .outline-pane .outline-progress {11width: 100%;12height: 2px;13padding-bottom: 3px;14position: absolute;15}1617.monaco-workbench .outline-pane .outline-tree {18height: 100%;19}2021.monaco-workbench .outline-pane .outline-message {22display: none;23padding: 10px 22px 0 22px;24opacity: 0.5;25position: absolute;26pointer-events: none;27}2829.monaco-workbench .outline-pane.message .outline-message {30display: inherit;31}3233.monaco-workbench .outline-pane.message .outline-progress,34.monaco-workbench .outline-pane.message .outline-tree {35display: none;36}373839