mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
UX: Small tweaks to recent search changes (#24220)
This commit is contained in:
parent
7711979da9
commit
2cda894e00
@ -45,6 +45,10 @@ $search-pad-horizontal: 0.5em;
|
||||
margin: 2px;
|
||||
margin-right: 0;
|
||||
white-space: nowrap;
|
||||
background-color: var(--primary-300);
|
||||
&:hover {
|
||||
background-color: var(--primary-medium);
|
||||
}
|
||||
}
|
||||
&:focus-within {
|
||||
@include default-focus;
|
||||
@ -328,7 +332,7 @@ $search-pad-horizontal: 0.5em;
|
||||
display: inline-block;
|
||||
background-color: transparent;
|
||||
.d-icon {
|
||||
color: var(--primary-low-mid);
|
||||
color: var(--primary-medium);
|
||||
}
|
||||
&:focus,
|
||||
&:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user