Fix high contrast mode issues (#1910)

Additionally adds css variables to be used by plugins

Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
This commit is contained in:
Florian Scholdei
2022-01-07 16:54:17 +01:00
committed by GitHub
parent 61b0cf9843
commit 586a060043
12 changed files with 43 additions and 53 deletions

View File

@@ -343,7 +343,6 @@ footer.footer {
}
}
.notifications .dropdown-menu:before {
border: 0.4rem solid transparent;
}
@@ -855,3 +854,14 @@ form .field:not(.is-grouped) {
.autocomplete-entry__input {
color: $text-strong !important;
}
.breadcrumb {
& .prefix-button {
border-right: 1px solid lightgray;
}
& li:not(:last-child)::after {
color: $breadcrumb-item-separator-color;
content: "\0002f";
}
}