diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-04-22 12:39:15 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2019-04-22 12:39:15 +0200 |
commit | 51c5de1105f70769b48522408a8ac97ac8c634d4 (patch) | |
tree | a28711c8b174d46d6dbc987cc902ef84bd793f20 /tpl | |
parent | 786f35f2700d83687ef494b98e3dace37d268e1c (diff) | |
download | Shaarli-51c5de1105f70769b48522408a8ac97ac8c634d4.tar.gz Shaarli-51c5de1105f70769b48522408a8ac97ac8c634d4.tar.zst Shaarli-51c5de1105f70769b48522408a8ac97ac8c634d4.zip |
Hide select all button on mobile view
Bulk actions are not available on mobile view yet
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/default/linklist.paging.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/linklist.paging.html b/tpl/default/linklist.paging.html index 4e50495a..68947f92 100644 --- a/tpl/default/linklist.paging.html +++ b/tpl/default/linklist.paging.html | |||
@@ -17,7 +17,7 @@ | |||
17 | class={if="$untaggedonly"}"filter-on"{else}"filter-off"{/if} | 17 | class={if="$untaggedonly"}"filter-on"{else}"filter-off"{/if} |
18 | ><i class="fa fa-tag" aria-hidden="true"></i></a> | 18 | ><i class="fa fa-tag" aria-hidden="true"></i></a> |
19 | <a href="#" aria-label="{'Select all'|t}" title="{'Select all'|t}" | 19 | <a href="#" aria-label="{'Select all'|t}" title="{'Select all'|t}" |
20 | class="filter-off select-all-button" | 20 | class="filter-off select-all-button pure-u-0 pure-u-lg-visible" |
21 | ><i class="fa fa-check-square-o" aria-hidden="true"></i></a> | 21 | ><i class="fa fa-check-square-o" aria-hidden="true"></i></a> |
22 | <a href="#" class="filter-off fold-all pure-u-lg-0" aria-label="{'Fold all'|t}" title="{'Fold all'|t}"> | 22 | <a href="#" class="filter-off fold-all pure-u-lg-0" aria-label="{'Fold all'|t}" title="{'Fold all'|t}"> |
23 | <i class="fa fa-chevron-up" aria-hidden="true"></i> | 23 | <i class="fa fa-chevron-up" aria-hidden="true"></i> |