aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.css
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-05 19:26:56 +0000
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-12-05 23:06:18 +0000
commit06b68e2300b2e680f7208351e472e301bdcc89e8 (patch)
tree232d62ab50fccaea9ac1be9a5e78f760527cb9e7 /apps/files/css/files.css
parentf95aa233560b4234ee14f975d49ff19ac989b40e (diff)
downloadnextcloud-server-06b68e2300b2e680f7208351e472e301bdcc89e8.tar.gz
nextcloud-server-06b68e2300b2e680f7208351e472e301bdcc89e8.zip
Bump sass from 1.52.1 to 1.56.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.52.1 to 1.56.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.56.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 318c34bad2e..8696d5f7707 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -378,8 +378,7 @@ table td {
table th.column-name {
position: relative;
- width: 9999px;
- /* not really sure why this works better than 100% … table styling */
+ width: 9999px; /* not really sure why this works better than 100% … table styling */
padding: 0;
}
@@ -437,8 +436,7 @@ table.multiselect thead th {
table.multiselect .column-name {
position: relative;
- width: 9999px;
- /* when we use 100%, the styling breaks on mobile … table styling */
+ width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */
}
table.multiselect .column-mtime > a {
@@ -455,8 +453,7 @@ table td.fileaction {
table td.filename a.name,
table td.filename p.name {
display: flex;
- position: relative;
- /* Firefox needs to explicitly have this default set … */
+ position: relative; /* Firefox needs to explicitly have this default set … */
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 50px;
@@ -934,8 +931,7 @@ table.dragshadow td.size {
padding: 0;
margin: 0;
background-color: var(--color-main-background-translucent);
- z-index: 62;
- /* must be above the filelist sticky header and texteditor menubar */
+ z-index: 62; /* must be above the filelist sticky header and texteditor menubar */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;