UNPKG
@krassowski/theme-material
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
Material theme for JupyterLab-LSP
github.com/krassowski/jupyterlab-lsp
krassowski/jupyterlab-lsp
@krassowski/theme-material
/
style
/
completer.css
12 lines
(10 loc)
•
227 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.lsp-completer-theme-material
.jp-Completer-icon
svg
{
position
: relative;
top
:
2px
;
left
:
2px
;
width
:
16px
;
height
:
16px
; }
.lsp-completer-theme-material
.jp-Completer-item
.jp-mod-active
svg
path
{
fill
: white; }