File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 6
6
right : -10px ;
7
7
z-index : 100 ;
8
8
}
9
+
10
+ [data-color-mode = dark ]: root : root .NPG-dropdown {
11
+ color : unset;
12
+ }
13
+
14
+
9
15
.NPG-dropdown .npg-has-groups {
10
16
border : none;
11
17
}
174
180
z-index : 999 !important ;
175
181
}
176
182
183
+ [data-color-mode = dark ] .NPG-dropdown .notifications-list-item : hover .notification-list-item-actions .btn {
184
+ background : # 2c394a !important ;
185
+ }
186
+
187
+ [data-color-mode = dark ] .NPG-dropdown .notifications-list-item : hover .notification-list-item-actions .btn svg {
188
+ color : # f0f6fc !important ;
189
+ }
190
+
191
+ [data-color-mode = dark ] .NPG-dropdown .notifications-list-item : hover .notification-list-item-actions .btn : hover {
192
+ background : # 388bfd !important ;
193
+ }
194
+
177
195
/* Ellipsis the text when actions are shown */
178
196
.NPG-dropdown .notifications-list-item : hover .notification-list-item-link p .text-normal {
179
197
overflow : hidden;
You can’t perform that action at this time.
0 commit comments