We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be92b43 + d3eb424 commit 1a54cb1Copy full SHA for 1a54cb1
src/components/NotificationsDropdown/NotificationsDropdown.scss
@@ -51,6 +51,12 @@
51
.icon-ui-bell path {
52
fill: $tc-white;
53
}
54
+
55
+ &:not(.has-unread) {
56
+ .icon-ui-bell path {
57
+ fill: $tc-gray-50;
58
+ }
59
60
61
62
.notifications-dropdown-bell.has-unread {
@@ -67,12 +73,6 @@
67
73
68
74
69
75
70
- .dropdown-wrap.hide .notifications-dropdown-bell:not(.has-unread) {
71
- > svg > g > g {
72
- fill: $tc-gray-50;
- }
-
76
.notifications-dropdown-body {
77
// window height
78
// - 54px dropdown top position
0 commit comments