Update opacity on hover on top insert toolbar

This commit is contained in:
rebornix 2021-07-30 14:41:38 -07:00
parent 45991ffa09
commit ee1fc3a0d6
No known key found for this signature in database
GPG key ID: 181FC90D15393C20

View file

@ -730,6 +730,8 @@
opacity: 1;
} */
.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container:focus-within,
.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container:hover,
.monaco-workbench .notebookOverlay.notebook-editor-editable > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container:hover,
.monaco-workbench .notebookOverlay.notebook-editor-editable > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container:focus-within {
opacity: 1;