We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d220a28 commit 33fde82Copy full SHA for 33fde82
packages/fiori/src/themes/ShellBar.css
@@ -326,7 +326,7 @@ slot[name="profile"] {
326
position: relative;
327
}
328
329
-:host([notification-count]) .ui5-shellbar-bell-button::before,
+:host([notification-count]:not([notification-count=""])) .ui5-shellbar-bell-button::before,
330
.ui5-shellbar-button[data-count]::before {
331
position: absolute;
332
width: auto;
@@ -347,7 +347,7 @@ slot[name="profile"] {
347
box-sizing: border-box;
348
349
350
-:host([notification-count]) .ui5-shellbar-bell-button::before {
+:host([notification-count]:not([notification-count=""])) .ui5-shellbar-bell-button::before {
351
content: attr(data-ui5-notification-count);
352
353
0 commit comments