Compare commits

..

No commits in common. "3e37f9e87e879e1a751e0c5249a462966e97f6fa" and "a8ec8658b33d9d13055d659f272256a41ba8c4ae" have entirely different histories.

3 changed files with 3 additions and 33 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "4.6.82", "version": "4.6.81",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "4.6.82", "version": "4.6.81",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios": "^1.6.0", "axios": "^1.6.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "4.6.82", "version": "4.6.81",
"description": "Twitch VOD Manager - Download Twitch VODs easily", "description": "Twitch VOD Manager - Download Twitch VODs easily",
"main": "dist/main.js", "main": "dist/main.js",
"author": "xRangerDE", "author": "xRangerDE",

View File

@ -1150,19 +1150,6 @@ select option {
transition: all 0.2s; transition: all 0.2s;
} }
.btn:focus-visible {
outline: none;
box-shadow: 0 0 0 2px rgba(145, 70, 255, 0.65);
}
.btn-start:focus-visible {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 0 4px rgba(0, 200, 83, 0.65);
}
.btn-start.downloading:focus-visible {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 0 4px rgba(229, 70, 70, 0.65);
}
.btn-retry { .btn-retry {
background: #2a3344; background: #2a3344;
color: #d9e4f7; color: #d9e4f7;
@ -1262,17 +1249,6 @@ select option {
transform: scale(0.94); transform: scale(0.94);
} }
.header-search button:focus-visible {
outline: none;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 0 4px rgba(145, 70, 255, 0.55);
}
.header-search input:focus-visible {
outline: none;
border-color: rgba(145, 70, 255, 0.6);
box-shadow: 0 0 0 2px rgba(145, 70, 255, 0.35);
}
.btn-icon { .btn-icon {
background: var(--bg-card); background: var(--bg-card);
border: 1px solid var(--border-soft); border: 1px solid var(--border-soft);
@ -1302,12 +1278,6 @@ select option {
transform: scale(0.96); transform: scale(0.96);
} }
.btn-icon:focus-visible {
outline: none;
box-shadow: 0 0 0 2px rgba(145, 70, 255, 0.65);
border-color: rgba(145, 70, 255, 0.55);
}
@keyframes btn-icon-spin { @keyframes btn-icon-spin {
from { transform: rotate(0deg); } from { transform: rotate(0deg); }
to { transform: rotate(180deg); } to { transform: rotate(180deg); }