Skip to content

Commit

Permalink
fix(retrofit): hide busy indicator if owned by the component (#5251)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnaydenow authored May 23, 2022
1 parent 8ef6289 commit e152c45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/base/src/css/BusyIndicator.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
--ui5_web_components_busy_indicator_display: none;
}

.busy-indicator-wrapper [ui5-busy-indicator] {
display: none;
}

@keyframes grow {
0%, 50%, 100% {
-webkit-transform: scale(0.5);
Expand Down

0 comments on commit e152c45

Please sign in to comment.