From 32ef6f33a08707ce9b8f1c3e8bb588d8ea01083c Mon Sep 17 00:00:00 2001 From: Rob Cameron Date: Thu, 27 Feb 2014 09:08:37 -0800 Subject: [PATCH] Adds a transition to close button highlight --- stylesheets/tabs.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/tabs.less b/stylesheets/tabs.less index 87323ee..8ecb086 100644 --- a/stylesheets/tabs.less +++ b/stylesheets/tabs.less @@ -43,7 +43,7 @@ .close-icon { display: none; - + transition: color 0.1s; &:hover { color: @text-color-error !important;