mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 13:47:13 +03:00
31 lines
446 B
Sass
31 lines
446 B
Sass
|
.root
|
||
|
color: var(--color-theme)
|
||
|
border-bottom: 1px solid
|
||
|
transition: color 0.2s ease
|
||
|
cursor: pointer
|
||
|
|
||
|
&:hover
|
||
|
color: var(--color-theme-dark)
|
||
|
|
||
|
.hidden
|
||
|
border: none
|
||
|
color: inherit
|
||
|
|
||
|
&:hover
|
||
|
color: inherit
|
||
|
|
||
|
.icon
|
||
|
margin-left: 0.5em
|
||
|
width: 1.1em
|
||
|
height: 1.1em
|
||
|
|
||
|
.nowrap
|
||
|
white-space: nowrap
|
||
|
display: inline-block
|
||
|
|
||
|
.with-icon
|
||
|
border: none
|
||
|
|
||
|
.source-text
|
||
|
border-bottom: 1px solid
|