10712, 10677 - Fixed focus indicators for both main toolbar and cell … (#10756)

* 10712, 10677 - Fixed focus indicators for both main toolbar and cell toolbar.

* Removed duplicated line
This commit is contained in:
Hale Rankin
2020-06-05 17:46:19 -07:00
committed by GitHub
parent 4339b5b7d3
commit eafe659ec9
6 changed files with 46 additions and 27 deletions

View File

@@ -37,21 +37,23 @@
min-height: 21px;
}
.notebookEditor .actions-container .action-item .notebook-button {
.notebookEditor .editor-toolbar .actions-container .action-item .notebook-button {
display: inline-block;
width: 100%;
padding: 0px;
text-align: center;
cursor: pointer;
padding-left: 18px;
padding: 0 18px;
background-size: 13px;
margin-right: 20px;
font-size: 13px;
height: 21px;
}
.notebookEditor .in-preview .actions-container .action-item .notebook-button {
.notebookEditor .editor-toolbar .actions-container .action-item .notebook-button.masked-icon {
padding: 0;
width: 28px;
}
.notebookEditor .in-preview .actions-container .action-item .notebook-button,
.notebookEditor .in-preview .actions-container .action-item .notebook-button:before {
display: flex;
background-size: 16px;
height: 100%;
}
@@ -66,7 +68,7 @@
.in-preview
.actions-container
.action-item
.notebook-button.masked-icon {
.notebook-button.masked-icon:before {
margin-right: 0;
padding-left: 18px;
width: 16px;
@@ -175,6 +177,10 @@
.notebook-button.icon-clear-results {
background-image: url("./media/dark/clear_results_inverse.svg");
}
.notebookEditor .in-preview .notebook-button.masked-icon {
background-image: none;
}
/* non-preview */
.notebookEditor .in-preview .carbon-taskbar.monaco-toolbar .monaco-select-box {