10887 - Fixes icon position beside Cell and Run all in notebook toolbar. (#10897)

This commit is contained in:
Hale Rankin
2020-06-26 13:46:52 -07:00
committed by GitHub
parent 8f6c5af94f
commit 00fe535add

View File

@@ -474,7 +474,8 @@ Includes non-masked style declarations. */
.masked-pseudo:before {
height: 23px;
left: 0;
top: 2px;
top: 50%;
transform: translateY(-50%);
width: 30px;
}
.masked-pseudo-after:after {