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 23:39:58 +0000
committerGitHub <noreply@github.com>2022-12-05 23:39:58 +0000
commitbe0facaba478235ee5f0608e36bf806570298a18 (patch)
tree7ad317bbf8af10dfc264228b23b8dc1468cd238e /apps/files/css/files.css
parent7033d2a3680822a4f74a4e1a05fc7b259db52131 (diff)
parent06b68e2300b2e680f7208351e472e301bdcc89e8 (diff)
downloadnextcloud-server-be0facaba478235ee5f0608e36bf806570298a18.tar.gz
nextcloud-server-be0facaba478235ee5f0608e36bf806570298a18.zip
Merge pull request #35592 from nextcloud/dependabot/npm_and_yarn/sass-1.56.1
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;