ATL-667: Show dirty indicator on unclosable widget

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2020-11-06 09:37:21 +01:00
committed by Akos Kitta
parent 41eeb337f9
commit ca1b288706
4 changed files with 35 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
/* Show the dirty indicator on unclosable widgets. On hover, it should still show the dot instead of the X. */
/* https://github.com/arduino/arduino-pro-ide/issues/380 */
.p-TabBar.theia-app-centers .p-TabBar-tab.p-mod-closable.theia-mod-dirty > .p-TabBar-tabCloseIcon:hover {
background-size: 13px;
background-image: var(--theia-icon-circle);
}