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:
@@ -4,7 +4,7 @@
|
||||
* Minimal reset für Admin-Interface, baut auf Framework-Reset auf.
|
||||
*/
|
||||
|
||||
@layer admin-generic {
|
||||
@layer reset {
|
||||
/**
|
||||
* Box Sizing
|
||||
*/
|
||||
@@ -43,19 +43,19 @@
|
||||
* Links
|
||||
*/
|
||||
.admin-layout a {
|
||||
color: var(--admin-link-color);
|
||||
color: var(--link-color);
|
||||
text-decoration: none;
|
||||
transition: color var(--admin-transition-fast);
|
||||
transition: color var(--transition-fast);
|
||||
}
|
||||
|
||||
.admin-layout a:hover {
|
||||
color: var(--admin-link-hover);
|
||||
color: var(--link-hover);
|
||||
}
|
||||
|
||||
.admin-layout a:focus-visible {
|
||||
outline: 2px solid var(--admin-focus-ring);
|
||||
outline: 2px solid var(--focus-ring);
|
||||
outline-offset: 2px;
|
||||
border-radius: var(--admin-radius-sm);
|
||||
border-radius: var(--radius-sm);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user