mirror of
https://github.com/eugeny/tabby
synced 2025-12-16 20:56:02 +00:00
refreshed settings UI (fixes #314)
This commit is contained in:
4
terminus-core/src/components/checkbox.component.pug
Normal file
4
terminus-core/src/components/checkbox.component.pug
Normal file
@@ -0,0 +1,4 @@
|
||||
.icon((click)='click()', tabindex='0', [class.active]='model', (keyup.space)='click()')
|
||||
i.fa.fa-square-o.off
|
||||
i.fa.fa-check-square.on
|
||||
.text((click)='click()') {{text}}
|
||||
Reference in New Issue
Block a user