fix(ui5-busyindicator): fix component placement and appearance in IE #1505
+10
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The opacity of 0.6 used to apply to the busy indicator inter elements in IE due to the absence of shadow DOM, also the position of the circles used to be wrong. Both the visual and the placement is now fixed.
Fixes: #1497
Now in IE:
![Screenshot 2020-04-21 at 1 58 37 PM](https://user-images.githubusercontent.com/15702139/79859138-39422700-83d9-11ea-8cbd-eccf8b4d38ba.png)
Previously in IE:
![Screenshot 2020-04-21 at 2 08 17 PM](https://user-images.githubusercontent.com/15702139/79859364-90e09280-83d9-11ea-913d-46c4509e19d4.png)