aboutsummaryrefslogtreecommitdiff
path: root/modern/src/main/DeviceRow.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-10-23 08:25:18 -0700
committerAnton Tananaev <anton@traccar.org>2022-10-23 08:25:18 -0700
commit0a89d1ecae4e70b7c694b85b1696bf0c24b5c8d1 (patch)
treeca7944be8e954057fe4e9d4a1db3f3c0c29af393 /modern/src/main/DeviceRow.js
parent0510fac36d0d852984b567104e2c9f0df9906492 (diff)
downloadtrackermap-web-0a89d1ecae4e70b7c694b85b1696bf0c24b5c8d1.tar.gz
trackermap-web-0a89d1ecae4e70b7c694b85b1696bf0c24b5c8d1.tar.bz2
trackermap-web-0a89d1ecae4e70b7c694b85b1696bf0c24b5c8d1.zip
Implement filter popover
Diffstat (limited to 'modern/src/main/DeviceRow.js')
-rw-r--r--modern/src/main/DeviceRow.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/modern/src/main/DeviceRow.js b/modern/src/main/DeviceRow.js
index 978813b4..11dbfdcb 100644
--- a/modern/src/main/DeviceRow.js
+++ b/modern/src/main/DeviceRow.js
@@ -28,12 +28,6 @@ const useStyles = makeStyles((theme) => ({
height: '25px',
filter: 'brightness(0) invert(1)',
},
- listItem: {
- backgroundColor: 'white',
- '&:hover': {
- backgroundColor: 'white',
- },
- },
batteryText: {
fontSize: '0.75rem',
fontWeight: 'normal',
@@ -98,7 +92,6 @@ const DeviceRow = ({ data, index, style }) => {
<div style={style}>
<ListItemButton
key={item.id}
- className={classes.listItem}
onClick={() => dispatch(devicesActions.select(item.id))}
disabled={!admin && item.disabled}
>