mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
High contrast mode findings (#1892)
Fixes most of the flaws in high contrast mode.
This commit is contained in:
@@ -26,6 +26,7 @@ import styled from "styled-components";
|
||||
import { devices } from "@scm-manager/ui-components";
|
||||
|
||||
const HeaderButton = styled.div`
|
||||
// TODO: ersetzen?
|
||||
@media screen and (max-width: ${devices.desktop.width - 1}px) {
|
||||
border-top: 1px solid white;
|
||||
margin-top: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user