Skip to content

Commit

Permalink
Fix: Added transparent inner border and larger minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster committed May 15, 2024
1 parent 7b266ad commit 4ec3611
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion less/pageLevelProgressIndicator.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@
border: 0.0625rem solid @black;
border-radius: 50px;
overflow: hidden;
padding: 0.1rem;
}

&__indicator-inner {
position: relative;
display: block;
height: @icon-size / 4;
width: 100%;
border-radius: 50px;
overflow: hidden;
}

&__indicator-bar {
display: block;
height: inherit;
min-width: 10%;
min-width: 15%;
background-color: @black;
}

Expand Down

0 comments on commit 4ec3611

Please sign in to comment.