style(notification): fix pastille position in dossiers list

This commit is contained in:
Colin Darie 2024-04-16 15:57:25 +02:00
parent f95bd5d1f2
commit 94c176d791
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