Tweak notebook cell box shadow/border-width (#3454)

This commit is contained in:
Chris LaFreniere
2018-12-04 19:21:55 -08:00
committed by GitHub
parent 6acea51f12
commit 07069a64ae

View File

@@ -16,7 +16,8 @@ registerThemingParticipant((theme: ITheme, collector: ICssStyleCollector) => {
collector.addRule(`
.notebookEditor .notebook-cell.active {
border-color: ${activeBorder};
border-width: 2px;
border-width: 1px;
box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.14);
}
`);
}