/* vertically align codicon */ } .monaco-quick-open-widget .quick-open-tree .quick-open-entry-meta { opacity: 0.7; line-height: normal; } .monaco-quick-open-widget .quick-open-tree .content.has-group-label .quick-open-entry-keybinding { margin-right: 8px; } .monaco-quick-open-widget .quick-open-tree .quick-open-entry-keybinding .monaco-keybinding-key { vertical-align: text-bottom; } .monaco-quick-open-widget .quick-open-tree .results-group { margin-right: 18px; } .monaco-quick-open-widget .quick-open-tree .monaco-tree-row.focused > .content.has-actions > .results-group, .monaco-quick-open-widget .quick-open-tree .monaco-tree-row:hover:not(.highlighted) > .content.has-actions > .results-group, .monaco-quick-open-widget .quick-open-tree .focused .monaco-tree-row.focused > .content.has-actions > .results-group { margin-right: 0px; } .monaco-quick-open-widget .quick-open-tree .results-group-separator { border-top-width: 1px; border-top-style: solid; box-sizing: border-box; margin-left: -11px; padding-left: 11px; } /* Actions in Quick Open Items */ .monaco-tree .monaco-tree-row > .content.actions { position: relative; display: flex; } .monaco-tree .monaco-tree-row > .content.actions > .sub-content { flex: 1; } .monaco-tree .monaco-tree-row > .content.actions .action-item { margin: 0; } .monaco-tree .monaco-tree-row > .content.actions > .primary-action-bar { line-height: 22px; } .monaco-tree .monaco-tree-row > .content.actions > .primary-action-bar { display: none; padding: 0 0.8em 0 0.4em; } .monaco-tree .monaco-tree-row.focused > .content.has-actions > .primary-action-bar { width: 0; /* in order to support a11y with keyboard, we use width: 0 to hide the actions, which still allows to "Tab" into the actions */ display: block; } .monaco-tree .monaco-tree-row:hover:not(.highlighted) > .content.has-actions > .primary-action-bar, .monaco-tree.focused .monaco-tree-row.focused > .content.has-actions > .primary-action-bar, .monaco-tree .monaco-tree-row > .content.has-actions.more > .primary-action-bar { width: inherit; display: block; } .monaco-tree .monaco-tree-row > .content.actions > .primary-action-bar .action-label { margin-right: 0.4em; margin-top: 4px; background-repeat: no-repeat; width: 16px; height: 16px; } .monaco-quick-open-widget .quick-open-tree .monaco-highlighted-label .highlight { font-weight: bold; }