mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 09:38:26 -05:00
Fix markdown cell toolbar focus not being visible (#11386)
* Markdown Toolbar focus fix * Fixed sizing issues of icons * Fixed spacing
This commit is contained in:
@@ -187,7 +187,7 @@ export function registerNotebookThemes(overrideEditorThemeSetting: boolean, conf
|
||||
}
|
||||
const toolbarIconColor = theme.getColor(toolbarIcon);
|
||||
if (toolbarIconColor) {
|
||||
collector.addRule(`.markdown-toolbar li a { background-color: ${toolbarIconColor};}`);
|
||||
collector.addRule(`.markdown-toolbar li a:before { background-color: ${toolbarIconColor};}`);
|
||||
}
|
||||
const toolbarBottomBorderColor = theme.getColor(toolbarBottomBorder);
|
||||
if (toolbarBottomBorderColor) {
|
||||
|
||||
Reference in New Issue
Block a user