mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 16:45:25 +08: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: 2px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
background-color: var(--primary-300);
|
||||||
|
&:hover {
|
||||||
|
background-color: var(--primary-medium);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
@include default-focus;
|
@include default-focus;
|
||||||
@ -328,7 +332,7 @@ $search-pad-horizontal: 0.5em;
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
.d-icon {
|
.d-icon {
|
||||||
color: var(--primary-low-mid);
|
color: var(--primary-medium);
|
||||||
}
|
}
|
||||||
&:focus,
|
&:focus,
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user