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
With the latest JupyterLab 3.6.1 colours which were off-white are now black which makes them very difficult to distinguish on the dark background
The text was updated successfully, but these errors were encountered:
<div class="lm-TabBar-tabIcon p-TabBar-tabIcon fix2bjg"> <svg xmlns="http://www.w3.org/2000/svg" width="16" viewBox="0 0 24 24" data-icon="ui-components:text-editor" data-icon-id="6ad95669-163c-429c-b082-6f9ffb95db59"> <path class="jp-icon3 jp-icon-selectable" fill="#616161" d="M15 15H3v2h12v-2zm0-8H3v2h12V7zM3 13h18v-2H3v2zm0 8h18v-2H3v2zM3 3v2h18V3H3z"> </path> </svg> </div>
<div class="lm-TabBar-tabIcon p-TabBar-tabIcon fix2bjg"> <svg xmlns="http://www.w3.org/2000/svg" width="16" viewBox="0 0 24 24" data-icon="ui-components:text-editor" data-icon-id="eec49166-d3f7-4a8d-bd98-72e0e2021a56"> <path class="jp-text-editor-icon-color jp-icon-selectable" fill="#616161" d="M15 15H3v2h12v-2zm0-8H3v2h12V7zM3 13h18v-2H3v2zm0 8h18v-2H3v2zM3 3v2h18V3H3z"> </path> </svg> </div>
Hovering over the --jp-text-editor-icon-color above, it says that it is not defined.
--jp-text-editor-icon-color
Sorry, something went wrong.
No branches or pull requests
With the latest JupyterLab 3.6.1 colours which were off-white are now black which makes them very difficult to distinguish on the dark background
The text was updated successfully, but these errors were encountered: