Skip to content

Commit dabcef8

Browse files
Fix icons color in popover header actions
1 parent 56cd97e commit dabcef8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/styles/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ html div[data-region="items-list"] {
5050
font-size: 27px;
5151
}
5252

53+
/* Fix popover header action icons color,
54+
notifications mark all as read for example */
55+
html .popover-region-header-actions i.icon::before {
56+
color: var(--button-unnoticed-fg-color);
57+
}
58+
5359
/* Change activity icons color
5460
This is taken from their own css file called "all"
5561
*/

0 commit comments

Comments
 (0)