paneView: make actions in view title visible when focus in pane

This commit is contained in:
isidor
2021-02-11 14:11:47 +01:00
parent a0bbfacd8c
commit 6ee4ef1c2d
@@ -54,6 +54,7 @@
/* TODO: actions should be part of the pane, but they aren't yet */
.monaco-pane-view .pane:hover > .pane-header.expanded > .actions,
.monaco-pane-view .pane:focus-within > .pane-header.expanded > .actions,
.monaco-pane-view .pane > .pane-header.actions-always-visible.expanded > .actions,
.monaco-pane-view .pane > .pane-header.focused.expanded > .actions {
display: initial;