2 Commits

Author SHA1 Message Date
jay bee3e1373a Fix release version capture.
Test and Build / test-and-build (push) Successful in 2m32s
2026-03-23 10:03:08 -04:00
jay 3c42bcd06c hotfix: make sure active buttons apply hover/active states.
Release / release (push) Successful in 2m43s
2026-03-23 10:01:53 -04:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
# Create archive # Create archive
- name: Create archive - name: Create archive
run: | run: |
echo "$TAG_NAME" >> VERSION echo "$TAG_NAME" > VERSION
tar -czvf ${{ env.REPO_NAME }}-${{ env.TAG_NAME }}.tar.gz dist VERSION tar -czvf ${{ env.REPO_NAME }}-${{ env.TAG_NAME }}.tar.gz dist VERSION
# Create release # Create release
@@ -64,7 +64,7 @@
inset 0 0 4px rgba(255, 255, 255, 0.4); inset 0 0 4px rgba(255, 255, 255, 0.4);
} }
.actionBar .activeButton:hover { .actionBar .actionButton.activeButton:hover {
background-color: #fea944; background-color: #fea944;
box-shadow: box-shadow:
rgba(60, 64, 67, 0.25) 0px 2px 4px 0px, rgba(60, 64, 67, 0.25) 0px 2px 4px 0px,
@@ -73,7 +73,7 @@
transform: translateY(-0.5px); transform: translateY(-0.5px);
} }
.actionBar .activeButton:active { .actionBar .actionButton.activeButton:active {
background-color: #eb8d16; background-color: #eb8d16;
box-shadow: box-shadow:
rgba(60, 64, 67, 0.2) 0px 0px 1px 0px, rgba(60, 64, 67, 0.2) 0px 0px 1px 0px,