Fix icon-bell on advanced view

This commit is contained in:
Roni Laukkarinen 2023-11-08 19:56:23 +02:00
parent 14f3bd5917
commit fc9702d008
2 changed files with 4 additions and 0 deletions

View File

@ -3110,10 +3110,12 @@ body.embed .button.logo-button:hover,
}
/* Notifications icon */
.layout-multiple-columns .icon.icon-bell-o,
.layout-multiple-columns .column-link .icon-bell {
background-image: var(--icon-bell);
}
.layout-multiple-columns .active .icon.icon-bell,
.layout-multiple-columns .column-link.active .icon-bell {
background-image: var(--icon-bell-active);
}

View File

@ -3212,10 +3212,12 @@ body.embed .button.logo-button:hover,
}
/* Notifications icon */
.layout-single-column .icon.icon-bell-o,
.layout-single-column .column-link .icon-bell {
background-image: var(--icon-bell);
}
.layout-single-column .active .icon.icon-bell,
.layout-single-column .column-link.active .icon-bell {
background-image: var(--icon-bell-active);
}