From 842f6f8c2153f01a1de7603179e68af021bda968 Mon Sep 17 00:00:00 2001 From: Piyush Date: Thu, 9 Jul 2026 10:19:04 +0000 Subject: [PATCH 1/2] remove unwanted borders around folder name --- css/apps/files.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/apps/files.scss b/css/apps/files.scss index 5a37339..425cf0e 100644 --- a/css/apps/files.scss +++ b/css/apps/files.scss @@ -1198,11 +1198,15 @@ table.files-filestable { min-height: 36px; min-width: 0; margin: 0; - padding: 0 1rem; + box-shadow: none !important; .files-list__row-name-text { margin: 0; - padding: 0; + padding: 3px; + + span { + outline: none; + } } } From 1e4db7a3ed0eca33fcd0f2185753aa52530c7572 Mon Sep 17 00:00:00 2001 From: Piyush Date: Thu, 9 Jul 2026 10:21:00 +0000 Subject: [PATCH 2/2] fix few changes --- css/apps/files.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/apps/files.scss b/css/apps/files.scss index 425cf0e..19fc186 100644 --- a/css/apps/files.scss +++ b/css/apps/files.scss @@ -1198,6 +1198,7 @@ table.files-filestable { min-height: 36px; min-width: 0; margin: 0; + padding: 0 1rem; box-shadow: none !important; .files-list__row-name-text {