Skip to content

Commit

Permalink
Fix : Characters typed in user search in user management section are …
Browse files Browse the repository at this point in the history
…not visible [SDESK-6789] (#4202)
  • Loading branch information
devketanpro authored Feb 14, 2023
1 parent 6d1c58b commit 71ef760
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions styles/sass/sf-additional.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,13 @@
line-height: 100%;
font-size: 14px;
border: 0 !important;
width: 0;
width: auto;
padding: 0;
color: $sd-text;
background-color: transparent;
transition: all 0.3s ease;
&:focus {
box-shadow: none;
width: auto;

}
&::placeholder {
color: $sd-text-light;
Expand Down Expand Up @@ -256,7 +254,7 @@
.search-close {
border: 0;
background: none;
display: none;
display: inline-block;
height: 1.6rem;
width: 1.6rem;
align-self: center;
Expand Down

0 comments on commit 71ef760

Please sign in to comment.