diff --git a/modules/ui/src/app/components/device-item/device-item.component.scss b/modules/ui/src/app/components/device-item/device-item.component.scss index 2c1551ea8..3dc8c0e9f 100644 --- a/modules/ui/src/app/components/device-item/device-item.component.scss +++ b/modules/ui/src/app/components/device-item/device-item.component.scss @@ -102,6 +102,22 @@ $border-radius: 12px; } } +.device-item:not(.non-interective):hover { + border-color: mat.m2-get-color-from-palette($color-primary, 600); +} + +.device-item-with-actions:not(.device-item-outdated):has( + .button-edit:not(:disabled):hover + ) { + border-color: mat.m2-get-color-from-palette($color-primary, 600); +} + +.device-item-with-actions:not(.device-item-outdated):has( + .button-start:not(:disabled):hover + ) { + border-color: mat.m2-get-color-from-palette($color-primary, 600); +} + .item-status { margin-right: 16px; grid-area: status;