Skip to content

Commit e9fe587

Browse files
authored
Use more specific CSS selector for Search results Close button (#2063)
Use more specific search results Close button CSS selector
1 parent d3869c6 commit e9fe587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/dark-mode.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ html.dark-mode .x1n2onr6.x1ja2u2z.x78zum5.x2lah0s.xl56j7k.x6s0dn4.xozqiw3.x1q0g3
189189

190190
/* Search results: Close button */
191191
/* TODO: Remove when fixed by fb, since --always-white is not good here */
192-
html.dark-mode .x14hiurz {
193-
background-color: transparent !important;
192+
html.dark-mode .x14hiurz.x1r1pt67 {
193+
background-color: var(--secondary-button-background) !important;
194194
}
195195

196196
/* Attachment background color in Chat Box */

0 commit comments

Comments
 (0)