Compare commits

..

No commits in common. "03f37565239ad0688dc086b4089e9dd3b66f3119" and "90463443758c8a084369e3a684c7a00d6c9c099e" have entirely different histories.

3 changed files with 3 additions and 16 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "4.6.103", "version": "4.6.102",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "twitch-vod-manager", "name": "twitch-vod-manager",
"version": "4.6.103", "version": "4.6.102",
"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.103", "version": "4.6.102",
"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

@ -1720,24 +1720,11 @@ select option {
border-color: rgba(255,255,255,0.26); border-color: rgba(255,255,255,0.26);
} }
.lang-option:focus-visible {
outline: none;
border-color: var(--accent);
box-shadow: 0 0 0 2px rgba(145, 70, 255, 0.55);
}
.lang-option.active { .lang-option.active {
border-color: var(--accent); border-color: var(--accent);
box-shadow: 0 0 0 1px rgba(145, 70, 255, 0.2); box-shadow: 0 0 0 1px rgba(145, 70, 255, 0.2);
} }
/* Active + focused combine the pressed-state border with the
thicker focus halo so keyboard users still see which one was
focused even when it's also the currently-selected language. */
.lang-option.active:focus-visible {
box-shadow: 0 0 0 2px rgba(145, 70, 255, 0.55);
}
.flag-icon { .flag-icon {
width: 16px; width: 16px;
height: 12px; height: 12px;