From 12943fac3882fcba7d8d4302f5369cf69a6f080f Mon Sep 17 00:00:00 2001 From: Rob Cameron Date: Tue, 4 Mar 2014 09:14:12 -0800 Subject: [PATCH] When a tab has been modified, show the modified icon even if it's not the active tab --- stylesheets/tabs.less | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/tabs.less b/stylesheets/tabs.less index 8ecb086..42de0a3 100644 --- a/stylesheets/tabs.less +++ b/stylesheets/tabs.less @@ -51,6 +51,7 @@ } &.modified:not(:hover) .close-icon { + display: block; top: @tab-height/2 - @modified-icon-width/2 + 1px; right: 14px; width: @modified-icon-width;