diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-23 15:09:49 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-23 15:09:49 +0200 |
commit | 4eb299a308fa7501d3106c2857539bfc51bf5509 (patch) | |
tree | 61097c07b3e7ed7c5f6a4459f96d8b192be33ab2 /apps/files/css | |
parent | 0c283dc02052dae0e50ed40d7ac084f045caab59 (diff) | |
download | nextcloud-server-4eb299a308fa7501d3106c2857539bfc51bf5509.tar.gz nextcloud-server-4eb299a308fa7501d3106c2857539bfc51bf5509.zip |
hide sort indicator when in multiselect mode, ref #19056
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index c0701fb18b8..5b1cd48fd49 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -186,7 +186,8 @@ table th .sort-indicator { filter: alpha(opacity=30); opacity: .3; } -.sort-indicator.hidden { +.sort-indicator.hidden, +.multiselect .sort-indicator { visibility: hidden; } table th:hover .sort-indicator.hidden, |