feat: style topbar unread dropdown rows

This commit is contained in:
2026-07-17 18:19:36 +02:00
parent 6dca9b61b1
commit c155437557
2 changed files with 20 additions and 1 deletions
+6
View File
@@ -174,3 +174,9 @@ assertMatches(
/href="\{relative_path\}\/unread"[^>]*>[\s\S]*?component="unread\/count"/,
'Mobile drawer actions should include an Unread link with count badge'
);
assertIncludes(
stylesheet,
'.unread-dropdown',
'Topbar styles should cover the unread dropdown'
);