Replace inline style on inbox entry options with utility class

This commit is contained in:
Andreas Nedbal 2022-01-03 03:33:20 +01:00 committed by Andreas Nedbal
parent aef180277c
commit 4be25b2a1a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
%button.btn.btn-default{ name: 'ib-options', data: { ib_id: i.id, state: :hidden } }
%i.fa.fa-cog
%span.sr-only= t 'views.actions.options'
.card-footer{ id: "ib-options-#{i.id}", style: 'display: none' }
.card-footer.d-none{ id: "ib-options-#{i.id}" }
%h4= t 'views.inbox.entry.sharing.title'
- if current_user.services.count.positive?
.row