Skip to content

Commit

Permalink
#71 fix hauter du trait si were impossible ou disable + #74 correctio…
Browse files Browse the repository at this point in the history
…n nom de class addWereDisable
  • Loading branch information
antoine37120 committed Mar 25, 2019
1 parent a3862fe commit ffd2067
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion assets/css/simsemsearch.css
Expand Up @@ -431,12 +431,14 @@ body .SimSemSearch ul.componentsListe {
display: none; }
body .SimSemSearch ul.componentsListe li.groupe.Hover > div > div > .ShowOnHover {
display: block; }
body .SimSemSearch ul.componentsListe li.groupe li.addWereDiable .ActionWhere.ShowOnHover,
body .SimSemSearch ul.componentsListe li.groupe li.addWereDisable .ActionWhere.ShowOnHover,
body .SimSemSearch ul.componentsListe li.groupe.WhereImpossible.Hover > div .ActionWhere.ShowOnHover,
body .SimSemSearch ul.componentsListe li.groupe.Hover > div.completed > div .ActionWhere.ShowOnHover {
display: none; }
body .SimSemSearch ul.componentsListe li.groupe.addWereDisable > div .ObjectPropertyTypeWidget,
body .SimSemSearch ul.componentsListe li.groupe.WhereImpossible > div .ObjectPropertyTypeWidget {
border-left-color: transparent; }
body .SimSemSearch ul.componentsListe li.groupe.addWereDisable > div .ObjectPropertyTypeWidget .edit-trait-top,
body .SimSemSearch ul.componentsListe li.groupe.WhereImpossible > div .ObjectPropertyTypeWidget .edit-trait-top {
display: block; }
body .SimSemSearch ul.componentsListe li.groupe .easy-autocomplete input {
Expand Down
2 changes: 1 addition & 1 deletion assets/js/simsemsearch.js
Expand Up @@ -776,7 +776,7 @@

var classWherePossible = 'addWereEnable' ;
if (($(contexte).parents('li.groupe').length + 1 ) == (settings.maxDepth - 1) ) {
classWherePossible = 'addWereDiable' ;
classWherePossible = 'addWereDisable' ;
}


Expand Down
3 changes: 2 additions & 1 deletion assets/scss/simsemsearch.scss
Expand Up @@ -593,11 +593,12 @@ filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=180, St
&.Hover>div>div>.ShowOnHover {
display: block;
}
li.addWereDiable .ActionWhere.ShowOnHover,
li.addWereDisable .ActionWhere.ShowOnHover,
&.WhereImpossible.Hover>div .ActionWhere.ShowOnHover,
&.Hover>div.completed>div .ActionWhere.ShowOnHover {
display: none;
}
&.addWereDisable>div .ObjectPropertyTypeWidget,
&.WhereImpossible>div .ObjectPropertyTypeWidget {
border-left-color: transparent;

Expand Down

0 comments on commit ffd2067

Please sign in to comment.