nextcloud/apps
Daniel Calviño Sánchez 14abe6a9e0 Fix upload button visible on read-only folders
The div that contains the elements related to the creation of new files,
and thus the upload button, is always present in the DOM; it is hidden
or shown based on the folder permissions by adding or removing the
"hidden" CSS class. However, as the other CSS classes for the div are
"actions" and "creatable" and a "display: flex" rule was defined for
".actions.creatable" below the "display: none" rule for
".actions.hidden" the last one took precedence and the div ended being
always visible, even if the "hidden" CSS class was set. Now the rules
for the ".actions.hidden" selector are defined below the rules for the
".actions.creatable" selector and thus the "display: none" rule is
applied as expected.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-03-01 01:52:08 +01:00
..
admin_audit Composer updated 2018-01-04 16:31:16 +01:00
comments [tx-robot] updated from transifex 2018-02-13 10:48:56 +00:00
dav [tx-robot] updated from transifex 2018-02-27 01:14:50 +00:00
encryption [tx-robot] updated from transifex 2018-02-24 01:12:42 +00:00
federatedfilesharing [tx-robot] updated from transifex 2018-02-22 01:12:53 +00:00
federation [tx-robot] updated from transifex 2018-02-27 01:14:50 +00:00
files Fix upload button visible on read-only folders 2018-03-01 01:52:08 +01:00
files_external [tx-robot] updated from transifex 2018-02-28 01:12:57 +00:00
files_sharing [tx-robot] updated from transifex 2018-02-28 01:12:57 +00:00
files_trashbin [tx-robot] updated from transifex 2018-02-13 10:48:56 +00:00
files_versions [tx-robot] updated from transifex 2018-02-14 21:37:55 +00:00
lookup_server_connector Composer updated 2018-01-04 16:31:16 +01:00
oauth2 [tx-robot] updated from transifex 2018-02-27 01:14:50 +00:00
provisioning_api Show hint in OCS API for user creation 2018-02-23 10:24:26 +01:00
sharebymail [tx-robot] updated from transifex 2018-02-28 01:12:57 +00:00
systemtags [tx-robot] updated from transifex 2018-02-22 01:12:53 +00:00
testing Composer updated 2018-01-04 16:31:16 +01:00
theming [tx-robot] updated from transifex 2018-02-28 01:12:57 +00:00
twofactor_backupcodes [tx-robot] updated from transifex 2018-02-21 01:12:33 +00:00
updatenotification [tx-robot] updated from transifex 2018-02-28 01:12:57 +00:00
user_ldap [tx-robot] updated from transifex 2018-02-28 01:12:57 +00:00
workflowengine [tx-robot] updated from transifex 2018-02-22 01:12:53 +00:00