Skip to content

Commit

Permalink
Fix search close button color in dark mode (#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
dusansimic authored Oct 12, 2022
1 parent 267ac5c commit cdfaa48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,6 @@ html.dark-mode ._9xq0 {

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

0 comments on commit cdfaa48

Please sign in to comment.