Fix the star icon in Settings button

This commit is contained in:
redphx 2024-04-16 17:09:12 +07:00
parent c758827232
commit 2008806507

View File

@ -8796,8 +8796,11 @@ a.bx-button.bx-full-width {
text-transform: uppercase; text-transform: uppercase;
} }
.bx-header-settings-button[data-update-available]::after { .bx-header-settings-button[data-update-available]::before {
content: ' 🌟'; content: '🌟' !important;
line-height: var(--bx-button-height);
display: inline-block;
margin-left: 4px;
} }
.bx-button.bx-focusable, .bx-header-settings-button { .bx-button.bx-focusable, .bx-header-settings-button {