Skip to content

Commit

Permalink
feat(search): support remove icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Dec 15, 2024
1 parent 3c338f5 commit ac1537f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/definitions/modules/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,13 @@
transition: @clearableIconTransition;
cursor: pointer;
opacity: @clearableIconOpacity;
&:hover {
opacity: @clearableIconHoverOpacity;
}
}
.ui.search > .icon.input:not([class*="left icon"]) > .icon ~ .remove.icon {
right: @clearableIconInputRight;
}
.ui.search > .icon.input > .remove.icon:hover {
opacity: @clearableIconHoverOpacity;
}
.ui.search input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
cursor: pointer;
Expand Down

0 comments on commit ac1537f

Please sign in to comment.