fix: search clear icon
This commit is contained in:
parent
7b3d5f1d68
commit
9d1cf98192
1 changed files with 18 additions and 0 deletions
|
|
@ -105,6 +105,24 @@
|
||||||
color: var(--icon-active);
|
color: var(--icon-active);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> [data-component="icon-button"] {
|
||||||
|
background-color: transparent;
|
||||||
|
|
||||||
|
&:hover:not(:disabled),
|
||||||
|
&:focus:not(:disabled),
|
||||||
|
&:active:not(:disabled) {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover:not(:disabled) [data-slot="icon-svg"] {
|
||||||
|
color: var(--icon-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:active:not(:disabled) [data-slot="icon-svg"] {
|
||||||
|
color: var(--icon-active);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-slot="list-scroll"] {
|
[data-slot="list-scroll"] {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue