mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-25 11:44:19 +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:
parent
4c2752e755
commit
12943fac38
@ -51,6 +51,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.modified:not(:hover) .close-icon {
|
&.modified:not(:hover) .close-icon {
|
||||||
|
display: block;
|
||||||
top: @tab-height/2 - @modified-icon-width/2 + 1px;
|
top: @tab-height/2 - @modified-icon-width/2 + 1px;
|
||||||
right: 14px;
|
right: 14px;
|
||||||
width: @modified-icon-width;
|
width: @modified-icon-width;
|
||||||
|
Loading…
Reference in New Issue
Block a user