#66 fix fade configuration css

This commit is contained in:
Vlyan
2025-09-04 09:47:07 +02:00
parent 54aafefcf4
commit c591cee153
2 changed files with 1 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -122,11 +122,6 @@ body {
} }
/* Focus, Active */ /* Focus, Active */
* {
transition-property: background, color, border-color, text-shadow, box-shadow;
transition-duration: 0.5s;
transition-timing-function: ease;
}
input[type="text"]:focus, input[type="text"]:focus,
input[type="number"]:focus, input[type="number"]:focus,
input[type="password"]:focus, input[type="password"]:focus,
@@ -309,4 +304,3 @@ a.compendium-link {
color: #0096ff; color: #0096ff;
} }
} }