mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
feat(ui): change the background of filter input on hover
This commit is contained in:
@@ -75,7 +75,7 @@ const FilterInputLabel = observer(
|
||||
{filter.isValid ? (
|
||||
filter.applied ? (
|
||||
showCounter ? (
|
||||
<span className="badge badge-light badge-pill">
|
||||
<span className="badge badge-light badge-pill mr-1">
|
||||
{filter.hits}
|
||||
</span>
|
||||
) : null
|
||||
@@ -93,7 +93,7 @@ const FilterInputLabel = observer(
|
||||
className="components-filteredinputlabel-text flex-grow-1 flex-shrink-1"
|
||||
>
|
||||
<RIEInput
|
||||
className="cursor-text ml-1"
|
||||
className="cursor-text px-1"
|
||||
defaultValue=""
|
||||
value={filter.raw}
|
||||
propName="raw"
|
||||
|
||||
@@ -11,6 +11,12 @@
|
||||
vertical-align: bottom;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $light;
|
||||
color: $black;
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn.components-filteredinputlabel > .badge,
|
||||
|
||||
Reference in New Issue
Block a user