N°3914 Display label on "Add criterion" button when there's no criterion. Add tooltips to "Add criterion" and "Refresh" button

This commit is contained in:
Stephen Abello
2021-05-27 17:10:46 +02:00
committed by Eric
parent c0e1f9dcc0
commit d006131dba
2 changed files with 9 additions and 3 deletions

View File

@@ -859,3 +859,9 @@
@extend .ibo-is-alternative;
}
}
.sfm_tg_title{
display: none;
}
.ibo-criterion-group:empty ~ .sf_more_criterion .sfm_tg_title{
display: unset;
}