Compare commits
No commits in common. "c1943b421b7637ba6c1583b6244072bb65aa683c" and "e4db7abc8700495ec4710c6a445bdef38624d061" have entirely different histories.
c1943b421b
...
e4db7abc87
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.142",
|
||||
"version": "4.6.141",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.142",
|
||||
"version": "4.6.141",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.142",
|
||||
"version": "4.6.141",
|
||||
"description": "Twitch VOD Manager - Download Twitch VODs easily",
|
||||
"main": "dist/main.js",
|
||||
"author": "xRangerDE",
|
||||
|
||||
@ -715,21 +715,6 @@ select:focus {
|
||||
box-shadow: 0 0 0 3px rgba(145, 70, 255, 0.18);
|
||||
}
|
||||
|
||||
/* Soft mouseover affordance — every text/search/number/etc. input + textarea
|
||||
+ select picks up a half-tone accent border on hover, matching the
|
||||
.select-compact + .filter-input hover pattern. :not(:focus) keeps the
|
||||
focus ring (above) from competing, :not(:disabled) leaves disabled
|
||||
inputs inert. */
|
||||
input[type="text"]:hover:not(:focus):not(:disabled),
|
||||
input[type="search"]:hover:not(:focus):not(:disabled),
|
||||
input[type="number"]:hover:not(:focus):not(:disabled),
|
||||
input[type="password"]:hover:not(:focus):not(:disabled),
|
||||
input[type="email"]:hover:not(:focus):not(:disabled),
|
||||
textarea:hover:not(:focus):not(:disabled),
|
||||
select:hover:not(:focus):not(:disabled) {
|
||||
border-color: rgba(145, 70, 255, 0.45);
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
CUSTOM CHECKBOX — modern Twitch-purple
|
||||
============================================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user