-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stopped clear button from moving on hover
- stopped the move on hover - adjusted hover color - removed borders address #815
- Loading branch information
1 parent
c85485e
commit f2fcf72
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -296,6 +296,9 @@ i { | |
} | ||
.pi.pi-times.clear-search { | ||
padding: 0.5rem; | ||
border-radius: 1rem; | ||
top: 1rem; | ||
right: 4rem; | ||
} | ||
|