pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit f657287a837301dac75c7a8d13981b41b5d9f69c
parent ad9f471872438d245a85a134d6795c17f3b7766a
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 15 Jun 2024 10:09:29 +0200

feat: do not set icon for root directory

Diffstat:
Massets/style.css | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/assets/style.css b/assets/style.css @@ -168,11 +168,14 @@ body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td { body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a { visibility: visible !important; } -body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a:hover { +body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a:hover, +body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a.active, +{ text-decoration: none; background-color: var(--hl1); color: var(--fg1); } + /* Add icons in front of menu entries */ body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a[href$="log.html"]:before { content: "\1F589\0020"; @@ -198,9 +201,6 @@ body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a[href$= { content: "\1F5CA\0020"; } -body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td > a[href$="index.html"]:before { - content: "\2302\0020"; -} /* Activity bar ------------------------------------------------------------ */