We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In notebook 7, if a markdown cell is selected, then an empinkened background is not displayed.
Need to add another rule with increased specificity, eg:
body[data-notebook='notebooks'] .jp-Notebook .jp-Cell.jp-MarkdownCell.jp-Notebook-cell.jp-mod-active.iou-activity-node { background-color: var(--iou-activity-bg-color) !important; }
It would be better if we could simplify this rule but still have priority the rule(s) that appears to trump it:
body[data-notebook='notebooks'] .jp-Notebook.jp-mod-commandMode .jp-Cell.jp-mod-active.jp-mod-selected:not(.jp-mod-multiSelected) { background: var(--jp-layout-color0) !important; }
The text was updated successfully, but these errors were encountered:
I think this is fixed?
Sorry, something went wrong.
No branches or pull requests
In notebook 7, if a markdown cell is selected, then an empinkened background is not displayed.
Need to add another rule with increased specificity, eg:
It would be better if we could simplify this rule but still have priority the rule(s) that appears to trump it:
The text was updated successfully, but these errors were encountered: