From a52fec386330bc26cf7c6e6e1ca15ab980d82d7b Mon Sep 17 00:00:00 2001 From: Alexey Nalivaiko Date: Wed, 17 Apr 2019 13:31:51 +0300 Subject: [PATCH] [AMSA-33] add hover over log line --- src/ui/components/log-list/LogList.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ui/components/log-list/LogList.scss b/src/ui/components/log-list/LogList.scss index 584dda9..a004323 100644 --- a/src/ui/components/log-list/LogList.scss +++ b/src/ui/components/log-list/LogList.scss @@ -27,6 +27,10 @@ align-items: center; display: flex; + &:hover { + background-color: #464646; + } + .iconsGroup { min-width: 80px; justify-content: space-between;