Merge pull request #10339 from colinux/fix-instructeurs-notification

ETQ instructeur, fix position de la pastille de notification
This commit is contained in:
Colin Darie 2024-04-16 16:12:41 +00:00 committed by GitHub
commit 331dfd3044
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View file

@ -8,8 +8,7 @@ span.notifications {
background-color: $orange;
}
.fr-tabs__list span.notifications,
span.notifications.absolute-right {
.fr-tabs__list span.notifications {
z-index: 2;
top: 5px;
right: 8px;

View file

@ -142,7 +142,7 @@
%a.cell-link.relative{ href: path }
= p.dossier_id
- if @not_archived_notifications_dossier_ids.include?(p.dossier_id)
%span.notifications.absolute-right{ 'aria-label': 'notifications' }
%span.notifications{ 'aria-label': 'notifications' }
- p.columns.each do |column|

View file

@ -39,7 +39,7 @@
.cell-link.relative
= p.dossier_id
- if @notifications_dossier_ids.include?(p.dossier_id)
%span.notifications.absolute-right{ 'aria-label': 'notifications' }
%span.notifications{ 'aria-label': 'notifications' }
%td
.cell-link= procedure_libelle
%td
@ -55,7 +55,7 @@
%a.cell-link.relative{ href: path }
= p.dossier_id
- if @notifications_dossier_ids.include?(p.dossier_id)
%span.notifications.absolute-right{ 'aria-label': 'notifications' }
%span.notifications{ 'aria-label': 'notifications' }
%td
%a.cell-link{ href: path }= procedure_libelle