From 475ff140a7d798d52d44c91ecf1baac0538e0a61 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 17 Jan 2014 15:22:29 -0700 Subject: [PATCH] Make unfolded fold icons darker on hover --- static/editor.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/editor.less b/static/editor.less index 3303dc5e1..d627c871b 100644 --- a/static/editor.less +++ b/static/editor.less @@ -45,11 +45,15 @@ visibility: hidden; padding-left: .1em; padding-right: .5em; - opacity: .8; + opacity: .7; } .editor .gutter:hover .line-number.foldable .fold-icon { visibility: visible; + + &:hover { + opacity: 1; + } } .editor .gutter .line-number.fold .fold-icon {