summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 9eff4916442..54492781d6b 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -803,6 +803,9 @@ code {
tr:last-child td {
border-bottom: none;
}
+ tr[data-entryname^="."] {
+ display: none;
+ }
.filename {
overflow: hidden;
white-space: nowrap;