From 1711fbac26af8f26e9f09d560a55a8d3840e86b2 Mon Sep 17 00:00:00 2001 From: Timmy Crawford Date: Tue, 21 Feb 2017 18:49:16 -0800 Subject: [PATCH] Only show left border on hover. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 268a0671aa3ef2..3cd7d8e4a0c090 100644 --- a/style.css +++ b/style.css @@ -93,7 +93,7 @@ h6:hover, p:hover, blockquote:hover, img:hover { - box-shadow: inset 0px 0px 0px 2px #e0e5e9; + box-shadow: inset 9px 0px 0px -7px #e0e5e9; } h1.is-selected,