From c9a182f1e2558fe64e29dbae12cf052a6ffce226 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 3 Jun 2022 15:38:26 -0400 Subject: [PATCH] Add Tooltips to arrow buttons --- shared/naturalcrit/splitPane/splitPane.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shared/naturalcrit/splitPane/splitPane.less b/shared/naturalcrit/splitPane/splitPane.less index 5c15db5df..470d9abbc 100644 --- a/shared/naturalcrit/splitPane/splitPane.less +++ b/shared/naturalcrit/splitPane/splitPane.less @@ -36,7 +36,7 @@ position : absolute; width : 25px; height : 25px; - border : 2px solid black; + border : 2px solid #bbb; border-radius : 15px; text-align : center; font-size : 1.2em; @@ -45,9 +45,11 @@ z-index : 999; box-shadow : 0 4px 5px #0000007f; &.left{ + .tooltipLeft('Jump to locaton in Editor'); top : 30px; } &.right{ + .tooltipRight('Jump to location in Preview'); top : 60px; } &:hover{