Prettify background overview (#10078)

* Bring buy bg set button in line with title

* Make background sets pretty

* Add checkbox to filter backgrounds

* Review: replace background filter checkbox with toggle

* Remove dashed line from toggle-switch label

* Test: add comma to make es-lint happy

* Move toggle tooltip into toggle-switch template

* Make toggle-switch label optional

* Review: Remove toggle-switch margin
This commit is contained in:
Dexx Mandele
2018-03-24 17:07:37 +01:00
committed by Sabe Jones
parent 347fe69667
commit 9b279563ea
9 changed files with 134 additions and 79 deletions

View File

@@ -181,7 +181,6 @@
.form-group
label(v-once) {{ $t('approvalRequired') }}
toggle-switch.d-inline-block(
label="",
:checked="requiresApproval",
@change="updateRequiresApproval"
)