mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
Revert "Change some border colors to have higher contrast"
This reverts commit 8c4edaabba832a5771caea69356e4d565a2c2e13. Change-type: patch
This commit is contained in:
parent
4db2289cfd
commit
554bbcc780
@ -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'] {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user