Skip to content

Commit

Permalink
stopped clear button from moving on hover
Browse files Browse the repository at this point in the history
- stopped the move on hover
- adjusted hover color
- removed borders

address #815
  • Loading branch information
jamiewaese-uncharted committed Mar 14, 2023
1 parent c85485e commit f2fcf72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ $imagePreviewActionIconBorderRadius: 50% !default;
--surface-overlay: #ffffff;
--surface-ground: var(--gray-100);
--surface-highlight: #E3EFE4;
--surface-hover: var(--gray-200);
--surface-hover: var(--gray-100);
--surface-secondary: #F9FAFB;
--surface-section: #ffffff;
--text-color: #{$textColor};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@ i {
}
.pi.pi-times.clear-search {
padding: 0.5rem;
border-radius: 1rem;
top: 1rem;
right: 4rem;
}
Expand Down

0 comments on commit f2fcf72

Please sign in to comment.