diff options
author | Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | 2021-03-29 09:11:58 +0000 |
---|---|---|
committer | Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | 2021-03-29 09:11:58 +0000 |
commit | 57ec279491db97d2933f07127235d44e918472ce (patch) | |
tree | fe35f3f8b00ae747dabf91b061d1dd781d878393 /data/style.scss | |
parent | Bring back the symlink symbol (diff) | |
download | miniserve-57ec279491db97d2933f07127235d44e918472ce.tar.gz miniserve-57ec279491db97d2933f07127235d44e918472ce.zip |
Move symlink symbol from html to css
This should facilitate testing because this symbol will no longer a part
of the entry text shown in html.
Diffstat (limited to '')
-rw-r--r-- | data/style.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/style.scss b/data/style.scss index 9bfbeaf..be19342 100644 --- a/data/style.scss +++ b/data/style.scss @@ -94,7 +94,8 @@ a.symlink:hover { color: var(--symlink_link_color); } -.symlink-symbol { +.symlink-symbol::after { + content: "⇢"; display: inline-block; border: 1px solid var(--symlink_link_color); margin-left: 0.5rem; |