Skip to content

Commit e464a6e

Browse files
authored
Fix: Added transparent inner border and larger minimum (fixes #217) (#218)
1 parent 7b266ad commit e464a6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

less/pageLevelProgressIndicator.less

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,22 @@
88
border: 0.0625rem solid @black;
99
border-radius: 50px;
1010
overflow: hidden;
11+
padding: 0.0625rem;
1112
}
1213

1314
&__indicator-inner {
1415
position: relative;
1516
display: block;
1617
height: @icon-size / 4;
1718
width: 100%;
19+
border-radius: 50px;
20+
overflow: hidden;
1821
}
1922

2023
&__indicator-bar {
2124
display: block;
2225
height: inherit;
23-
min-width: 10%;
26+
min-width: 15%;
2427
background-color: @black;
2528
}
2629

0 commit comments

Comments
 (0)