Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cea2aj committed Aug 3, 2021
1 parent fce50b7 commit 6385587
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/ui/sass/modules/_SearchBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,6 @@ $searchbar-button-text-color-active: var(--yxt-searchbar-button-text-color-base)
&-Icon--inactive
{
display: none;

&.yxt-SearchBar-LoadingIndicator {
display: block;
visibility: hidden;
width: 0;
position: absolute;
}
}

&-LoadingIndicator
Expand All @@ -216,11 +209,6 @@ $searchbar-button-text-color-active: var(--yxt-searchbar-button-text-color-base)
transform-origin: 50% 50%;
animation: dash 1.4s ease-in-out infinite;
}

&-Icon--inactive &-LoadingIndicator-AnimatedIcon
{
display: none;
}

@keyframes dash
{
Expand Down

0 comments on commit 6385587

Please sign in to comment.