fix: DockerSecretsResolver - don't normalize absolute paths like /var/www/html/...
Some checks failed
Deploy Application / deploy (push) Has been cancelled
Some checks failed
Deploy Application / deploy (push) Has been cancelled
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
* Konsistenter Focus-Ring für Tastatur-Navigation.
|
||||
*/
|
||||
.admin-focus-ring {
|
||||
outline: 2px solid var(--admin-focus-ring);
|
||||
outline: 2px solid var(--focus-ring);
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
@media (--admin-reduced-motion) {
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.admin-smooth-scroll {
|
||||
scroll-behavior: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user