aboutsummaryrefslogtreecommitdiffstats
path: root/data/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'data/style.scss')
-rw-r--r--data/style.scss16
1 files changed, 1 insertions, 15 deletions
diff --git a/data/style.scss b/data/style.scss
index be19342..82ab663 100644
--- a/data/style.scss
+++ b/data/style.scss
@@ -77,11 +77,6 @@ a.file:visited,
color: var(--file_link_color);
}
-a.symlink,
-a.symlink:visited {
- color: var(--symlink_link_color);
-}
-
a.directory:hover {
color: var(--directory_link_color);
}
@@ -90,10 +85,6 @@ a.file:hover {
color: var(--file_link_color);
}
-a.symlink:hover {
- color: var(--symlink_link_color);
-}
-
.symlink-symbol::after {
content: "⇢";
display: inline-block;
@@ -484,17 +475,12 @@ th span.active span {
}
a.root,
- a.file,
- a.symlink {
+ a.file {
display: inline-block;
flex: 1;
padding: 0.5625rem 0;
}
- a.symlink {
- width: 100%;
- }
-
.back {
display: flex;
}