mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
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:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user