Add class to show all checkboxes

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-08-02 10:31:36 +02:00
parent cbe54e096b
commit 5f372b1cd5
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 3 additions and 0 deletions

View File

@ -1209,4 +1209,7 @@ $popovericon-size: 16px;
}
}
}
&.selection .app-content-list-item-checkbox.checkbox + label {
display: flex;
}
}