1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-10 09:24:21 +01:00

When a tab has been modified, show the modified icon even if it's not the active tab

This commit is contained in:
Rob Cameron 2014-03-04 09:14:12 -08:00
parent 4c2752e755
commit 12943fac38

View File

@ -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;