ci(release): run Release on workflow_run; fix(css): remove folder SVG lip-highlight stroke
This commit is contained in:
8
.github/workflows/release-on-version.yml
vendored
8
.github/workflows/release-on-version.yml
vendored
@@ -2,10 +2,10 @@
|
|||||||
name: Release on version.js update
|
name: Release on version.js update
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
branches: ["master"]
|
workflows: ["Bump version and sync Changelog to Docker Repo"]
|
||||||
paths:
|
types: [completed]
|
||||||
- public/js/version.js
|
branches: [master]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
ref:
|
ref:
|
||||||
|
|||||||
@@ -2320,7 +2320,7 @@ body.dark-mode .folder-strip-container .folder-item:hover {
|
|||||||
stroke-linecap: round; fill: none; opacity: .95;
|
stroke-linecap: round; fill: none; opacity: .95;
|
||||||
}
|
}
|
||||||
#folderTreeContainer .folder-icon .lip-highlight {
|
#folderTreeContainer .folder-icon .lip-highlight {
|
||||||
stroke: #ffffff; stroke-opacity: .35; stroke-width: .9;
|
|
||||||
fill: none; vector-effect: non-scaling-stroke;
|
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;
|
vector-effect: non-scaling-stroke;
|
||||||
}
|
}
|
||||||
.folder-strip-container .folder-svg .lip-highlight {
|
.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;
|
vector-effect: non-scaling-stroke;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user