Remove confusing icon for non-compatible models

ModelLoader will now output "not compatible" if no compatible version of model is found for a spaCy version
This commit is contained in:
ines 2017-10-30 14:07:42 +01:00
parent 8db3da3c3d
commit 38ef4274b6
2 changed files with 2 additions and 9 deletions

View File

@ -54,7 +54,7 @@ for id in CURRENT_MODELS
+cell +cell
.o-field.u-float-left .o-field.u-float-left
select.o-field__select.u-text-small(data-tpl=id data-tpl-key="compat") select.o-field__select.u-text-small(data-tpl=id data-tpl-key="compat")
.o-empty(data-tpl=id data-tpl-key="compat-versions")   div(data-tpl=id data-tpl-key="compat-versions")  
section(data-tpl=id data-tpl-key="benchmarks" style="display: none") section(data-tpl=id data-tpl-key="benchmarks" style="display: none")
+grid.o-block-small +grid.o-block-small

View File

@ -163,11 +163,4 @@
height: 1.4em height: 1.4em
border: none border: none
text-align-last: center text-align-last: center
width: 100%
.o-empty:empty:before
@include size(1em)
border-radius: 50%
content: ""
display: inline-block
background: $color-red
vertical-align: middle