fix top bar bubbles (#9)

Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
2026-06-26 16:59:08 +00:00
parent af43bb3129
commit a26386895f
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -74,6 +74,11 @@ assertIncludes(
'.wg-topbar',
'Topbar styles should be scoped to .wg-topbar'
);
assertIncludes(
stylesheet,
'.wg-topbar__utility-list .visible-closed:not(.hidden)',
'Topbar collapsed utility labels should not override hidden count badges'
);
assertIncludes(
client,
'initWestgateTopbar',