mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 04:10:20 +03:00
Remove unused classes
This is now handled by the `.juniper-` classes in `code.sass`
This commit is contained in:
parent
056b73468c
commit
d3d6703d3e
|
@ -413,46 +413,6 @@ body [id]:target
|
||||||
// Fix issue where empty lines would disappear
|
// Fix issue where empty lines would disappear
|
||||||
content: " "
|
content: " "
|
||||||
|
|
||||||
// Jupyter
|
|
||||||
|
|
||||||
.jp-RenderedText pre
|
|
||||||
.ansi-cyan-fg.ansi-cyan-fg
|
|
||||||
color: var(--syntax-function)
|
|
||||||
|
|
||||||
.ansi-green-fg.ansi-green-fg
|
|
||||||
color: var(--color-green-medium)
|
|
||||||
|
|
||||||
.ansi-red-fg.ansi-red-fg
|
|
||||||
color: var(--syntax-operator)
|
|
||||||
|
|
||||||
.jp-OutputArea
|
|
||||||
&:not(:empty)
|
|
||||||
padding: 2rem 2rem 1rem
|
|
||||||
border-top: 1px solid var(--color-dark)
|
|
||||||
margin-top: 2rem
|
|
||||||
|
|
||||||
.entities, svg
|
|
||||||
white-space: initial
|
|
||||||
font-family: inherit
|
|
||||||
|
|
||||||
.entities
|
|
||||||
font-size: 1.35rem
|
|
||||||
|
|
||||||
.displacy
|
|
||||||
margin-top: 1rem
|
|
||||||
font-family: var(--font-primary) !important
|
|
||||||
color: var(--color-subtle) !important
|
|
||||||
background: var(--color-front) !important
|
|
||||||
|
|
||||||
.jp-OutputArea pre
|
|
||||||
font: inherit
|
|
||||||
|
|
||||||
.jp-OutputPrompt.jp-OutputArea-prompt
|
|
||||||
padding-top: 0.5em
|
|
||||||
margin-right: 1rem
|
|
||||||
font-family: inherit
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
/* Tooltips */
|
/* Tooltips */
|
||||||
|
|
||||||
[data-tooltip]
|
[data-tooltip]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user