Skip to content

Commit

Permalink
Fix icon-bell on advanced view
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 8, 2023
1 parent 14f3bd5 commit fc9702d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
2 changes: 2 additions & 0 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit fc9702d

Please sign in to comment.