mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 03:01:05 +01:00
High contrast mode findings (#1892)
Fixes most of the flaws in high contrast mode.
This commit is contained in:
@@ -71,6 +71,7 @@ const EmptyHits: FC = () => {
|
||||
);
|
||||
};
|
||||
|
||||
// TODO ersetzen
|
||||
const ResultHeading = styled.h3`
|
||||
border-bottom: 1px solid lightgray;
|
||||
`;
|
||||
@@ -79,6 +80,7 @@ const DropdownMenu = styled.div`
|
||||
max-width: 20rem;
|
||||
`;
|
||||
|
||||
// TODO ersetzen
|
||||
const ResultFooter = styled.div`
|
||||
border-top: 1px solid lightgray;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user