Path: blob/main/src/vs/workbench/electron-browser/media/window.css
3294 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 .zoom-status {6display: flex;7}89.monaco-workbench .zoom-status .monaco-action-bar .action-label.codicon::before {10/*11* the hover sets font-size: inherit which makes actions12* have a size of 13px. but codicons have a size of 16px13* so we want to ensure the icon is still centered14*/15margin: auto;16}1718.monaco-workbench .zoom-status > .zoom-status-left {19display: flex;20}2122.monaco-workbench .zoom-status > .zoom-status-left .monaco-action-bar .action-label.disabled,23.monaco-workbench .zoom-status > .zoom-status-left .monaco-action-bar .action-label.disabled:hover {24/*25* we use a disabled action as label for the zoom level26* so we override the style to not show it disabled27*/28opacity: 1;29color: unset;30}3132.monaco-workbench .zoom-status > .zoom-status-right {33display: flex;34margin-left: 10px;35}3637.monaco-workbench .zoom-status > .zoom-status-right .monaco-action-bar .action-label {38color: unset;39}404142