diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-05-08 11:44:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-08 11:44:54 +0200 |
commit | 06783e8f1a4a4c9f22eaa61f1e88a6e51b348a3f (patch) | |
tree | f70cd1018d569811b395e3d8bcd80133ba78d1c1 /tpl/default/linklist.paging.html | |
parent | c5e96f594be42110ccbff9b1550d8e32587ae1a2 (diff) | |
parent | 51c5de1105f70769b48522408a8ac97ac8c634d4 (diff) | |
download | Shaarli-06783e8f1a4a4c9f22eaa61f1e88a6e51b348a3f.tar.gz Shaarli-06783e8f1a4a4c9f22eaa61f1e88a6e51b348a3f.tar.zst Shaarli-06783e8f1a4a4c9f22eaa61f1e88a6e51b348a3f.zip |
Merge pull request #1297 from ArthurHoaro/hotfix/mobile-select-all
Hide select all button on mobile view
Diffstat (limited to 'tpl/default/linklist.paging.html')
-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> |