Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
πŸ› Fixed unreadable Unsplash search text in Night Shift mode (#866)
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#9030

- don't change the search input's background color when the input has focus in Night Shift
  • Loading branch information
kevinansfield authored and kirrg001 committed Sep 21, 2017
1 parent 92e43b7 commit e5bfb0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/app-dark.css
Expand Up @@ -308,6 +308,10 @@ input,
color: #fff;
}

.gh-unsplash-search:focus {
background-color: color(var(--lightgrey));
}

.gh-unsplash-zoom {
background: rgba(0,0,0,0.8);
}
Expand Down

0 comments on commit e5bfb0b

Please sign in to comment.