mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
🐛 Fixed unreadable Unsplash search text in Night Shift mode (#866)
closes https://github.com/TryGhost/Ghost/issues/9030 - don't change the search input's background color when the input has focus in Night Shift
This commit is contained in:
parent
6a9239974f
commit
a22f80d388
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user