mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
search menu check icon fix
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
data-action="selectPreset"
|
||||
>
|
||||
<div class="{{#if style}}text-{{style}}{{/if}}">
|
||||
{{#if label}}{{label}}{{else}}{{translate name category='presetFilters' scope=../entityType}}{{/if}}
|
||||
{{~#if label}}{{label}}{{else}}{{translate name category='presetFilters' scope=../entityType}}{{/if~}}
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -938,7 +938,7 @@ class SearchView extends View {
|
||||
|
||||
this.$el
|
||||
.find('ul.filter-menu a.preset[data-name="'+presetName+'"]')
|
||||
.prepend('<span class="fas fa-check pull-right"></span>');
|
||||
.prepend('<span class="fas fa-check check-icon pull-right"></span>');
|
||||
}
|
||||
|
||||
manageBoolFilters() {
|
||||
|
||||
@@ -112,7 +112,7 @@ img.image-preview {
|
||||
|
||||
.preset {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden !important;
|
||||
//overflow: hidden !important;
|
||||
}
|
||||
|
||||
.preset > div{
|
||||
|
||||
Reference in New Issue
Block a user