Skip to content

Commit 9a41ca4

Browse files
committed
set visibility too for those who use visibility to control visibility
1 parent f2ab0f2 commit 9a41ca4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/ldbtn.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
.ld-over-full-inverse.running > .ld {
3939
opacity: 1;
4040
z-index: auto;
41+
visibility: visible;
4142
}
4243
.ld-ext-right.running {
4344
padding-right: 2.5em !important;

dist/ldbtn.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ldbtn.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
&.running > .ld
1616
opacity: 1
1717
z-index: auto
18+
visibility: visible
1819

1920
.ld-ext-right.running
2021
padding-right: 2.5em!important

0 commit comments

Comments
 (0)