Skip to content

Commit

Permalink
fix(ui5-busyindicator): display as size=Large by default (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Mar 19, 2020
1 parent 05175c4 commit 743f0b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/main/src/themes/BusyIndicator.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,17 @@
align-items: center;
position: relative;
background-color: inherit;
min-width: 8rem;
min-height: 3rem;
}

.ui5-busyindicator-circle {
display: inline-block;
background-color: currentColor;
border-radius: 50%;
width: 1rem;
height: 1rem;
margin: 0 .75rem;
}

.ui5-busyindicator-circle::before {
Expand Down
6 changes: 6 additions & 0 deletions packages/main/test/pages/BusyIndicator.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
</head>

<body style="background-color: var(--sapBackgroundColor);">
<ui5-title>Default (Large) ui5-busyindicator</ui5-title>
<ui5-busyindicator active></ui5-busyindicator>
<br/>
<br/>

<ui5-title>Medium ui5-busyindicator</ui5-title>
<ui5-busyindicator size="Medium" active id="indicator1"></ui5-busyindicator>

<br/>
Expand Down

0 comments on commit 743f0b3

Please sign in to comment.