From f1dcc0df24c9610a8f6560edc6cc06102fef0a74 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 11 Nov 2025 01:04:31 -0500 Subject: [PATCH] ci(release): run Release on workflow_run; fix(css): remove folder SVG lip-highlight stroke --- .github/workflows/release-on-version.yml | 8 ++++---- public/css/styles.css | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-on-version.yml b/.github/workflows/release-on-version.yml index 0fdfb53..051a55e 100644 --- a/.github/workflows/release-on-version.yml +++ b/.github/workflows/release-on-version.yml @@ -2,10 +2,10 @@ name: Release on version.js update on: - push: - branches: ["master"] - paths: - - public/js/version.js + workflow_run: + workflows: ["Bump version and sync Changelog to Docker Repo"] + types: [completed] + branches: [master] workflow_dispatch: inputs: ref: diff --git a/public/css/styles.css b/public/css/styles.css index 100afaf..5c0134c 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -2320,7 +2320,7 @@ body.dark-mode .folder-strip-container .folder-item:hover { stroke-linecap: round; fill: none; opacity: .95; } #folderTreeContainer .folder-icon .lip-highlight { - stroke: #ffffff; stroke-opacity: .35; stroke-width: .9; + fill: none; vector-effect: non-scaling-stroke; } @@ -2363,7 +2363,7 @@ body.dark-mode .folder-strip-container .folder-item:hover { vector-effect: non-scaling-stroke; } .folder-strip-container .folder-svg .lip-highlight { - stroke: rgba(255,255,255,.45); stroke-width: .8; fill: none; + fill: none; vector-effect: non-scaling-stroke; }