Skip to content

Commit

Permalink
correct background color of quicksearch help footer
Browse files Browse the repository at this point in the history
Test Plan:
- Open the Quick Search in slack (Command+K on os-x, Ctrl+K on Win)
- Enter some search term
- Verify that the entire dialog, including the footer (where the
  keyboard shortcuts are listed) is styled for the theme
  • Loading branch information
mastermel committed Sep 5, 2018
1 parent f9c9bb6 commit 84b8944
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/modules/modals/_quick-search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ ts-jumper {
box-shadow: 0 1px 10px $color-shadow-dark;
}

ts-jumper-help {
ts-jumper-help,
.p-jumper__help {
background: $color-base;
color: $color-highlight;
}

Expand Down

0 comments on commit 84b8944

Please sign in to comment.