tabby/terminus-core/src/components/tabHeader.component.pug
Eugene Pankov 8800614bff tab colors
2018-12-02 16:41:17 +01:00

8 lines
279 B
Plaintext

.progressbar([style.width]='progress + "%"', *ngIf='progress != null')
.index(
#handle,
[style.background-color]='tab.color',
) {{index + 1}}
.name([title]='tab.customTitle || tab.title') {{tab.customTitle || tab.title}}
button((click)='app.closeTab(tab, true)') ×