UNPKG

@krassowski/jupyterlab-lsp

Version:

Language Server Protocol integration for JupyterLab

21 lines (16 loc) 365 B
@import url('./highlight.css'); @import url('./tooltip.css'); @import url('./signature.css'); .lsp-document-locator:hover { cursor: pointer; } .lsp-document-locator span:not(:last-child)::after { content: ' > '; } .lsp-icon-flip-x { transform: scaleX(-1); transform-origin: center center; } .lsp-external-link { color: var(--jp-content-link-color); }