Revert "Change some border colors to have higher contrast"

This reverts commit 8c4edaabba832a5771caea69356e4d565a2c2e13.

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2021-01-22 11:34:47 +01:00
parent 4db2289cfd
commit 554bbcc780
2 changed files with 0 additions and 18 deletions

View File

@ -74,8 +74,6 @@ function isDrivelistDrive(drive: Drive): drive is DrivelistDrive {
const DrivesTable = styled((props: GenericTableProps<Drive>) => (
<Table<Drive> {...props} />
))`
border-bottom: none;
[data-display='table-head'],
[data-display='table-body'] {
> [data-display='table-row'] > [data-display='table-cell'] {

View File

@ -64,19 +64,3 @@ input[type="checkbox"] + div {
#rendition-tooltip-root > div {
font-family: "SourceSansPro", sans-serif;
}
/* HIGH-CONTRAST CHANGES */
input[type="text"],
input[type="checkbox"] ~ div,
input[type="checkbox"] ~ span {
border-color: #b5b5b5 !important;
}
[data-display="table-head"]
> [data-display="table-row"]
> [data-display="table-cell"],
[data-display="table-body"]
> [data-display="table-row"]
> [data-display="table-cell"] {
border-bottom: 1px solid #b5b5b5 !important;
}