mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 14:45:27 +08:00
UX: Revert grey search inputs (#24459)
* UX: search menu undo background * UX: undo cmd-k bg + add focus
This commit is contained in:
@ -235,12 +235,17 @@
|
||||
.chat-message-creator__search-input {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background: var(--secondary-very-high);
|
||||
border: 1px solid var(--primary-400);
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
height: 42px;
|
||||
padding: 0 0.5rem;
|
||||
|
||||
&:focus,
|
||||
&:focus-within {
|
||||
@include default-focus();
|
||||
}
|
||||
|
||||
&-container {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
|
Reference in New Issue
Block a user