style: fix all procedures table borders on safari

This commit is contained in:
Colin Darie 2024-11-25 10:53:45 +01:00
parent b8ad6f44f2
commit 3c880a0849
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -1,5 +1,5 @@
%tr.procedure{ id: "procedure_#{procedure.id}" }
%th.fr-cell--fixed{ scope: 'row' }
%th{ scope: 'row' }
- title = show_detail ? 'Cacher les détails de la démarche' : 'Afficher les détails de la démarche'
- icon = show_detail ? 'fr-icon-subtract-line' : 'fr-icon-add-line'
- params = show_detail ? {} : { show_detail: true }