nextcloud/apps/files/css
Daniel Calviño Sánchez 542dc2b335 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-02-28 17:26:36 +01:00
..
detailsView.scss Make close icon fill more space 2017-11-21 15:33:23 +01:00
files.scss Fix upload button visible on read-only folders 2018-02-28 17:26:36 +01:00
merged.scss Merge some CSS files using our SCSS compiler 2017-03-21 16:35:31 +01:00
mobile.scss Remove margin for selected files summary 2018-01-03 02:22:00 +01:00
upload.scss Box-sizing does not need vendor prefix anymore 2017-10-23 20:10:39 +02:00