From dbf60201948f6dd584b53efc5b90ad87d01fca2d Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Tue, 19 Oct 2021 23:19:26 +1300 Subject: [PATCH] Darken divider on hover --- shared/naturalcrit/splitPane/splitPane.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shared/naturalcrit/splitPane/splitPane.less b/shared/naturalcrit/splitPane/splitPane.less index 0eae60f0d..0e9095193 100644 --- a/shared/naturalcrit/splitPane/splitPane.less +++ b/shared/naturalcrit/splitPane/splitPane.less @@ -28,5 +28,8 @@ color : #666; } } + &:hover{ + background-color: #999; + } } }