Skip to content

Commit 108e378

Browse files
authored
don't outline blocks/js toggle due to active style (microsoft#8096)
1 parent b42207e commit 108e378

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

theme/common.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,10 @@ div.simframe > iframe {
383383
justify-content: center;
384384
}
385385

386+
#editortoggle > .item {
387+
outline: none;
388+
}
389+
386390
#editortoggle {
387391
/* toggle positioning, no dropdown */
388392
.base-menuitem:nth-of-type(1).active ~ .toggle { margin-left: 0!important; }

0 commit comments

Comments
 (0)