mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Fix a typo on css
This commit is contained in:
parent
b7266aceac
commit
0e9104a58f
@ -976,7 +976,7 @@ img {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.visable {
|
||||
.visible {
|
||||
visibility: visible !important;
|
||||
}
|
||||
|
||||
|
@ -78,7 +78,7 @@ $(function() {
|
||||
hints.removeClass("unloaded");
|
||||
}
|
||||
resultWrapper.addClass("unloaded");
|
||||
btnClear.removeClass("visable");
|
||||
btnClear.removeClass("visible");
|
||||
main.removeClass("hidden");
|
||||
|
||||
input.val("");
|
||||
@ -130,7 +130,7 @@ $(function() {
|
||||
resultSwitch.on();
|
||||
|
||||
if (!btnClear.hasClass("visible")) {
|
||||
btnClear.addClass("visable");
|
||||
btnClear.addClass("visible");
|
||||
}
|
||||
|
||||
if (isMobileView()) {
|
||||
@ -149,7 +149,7 @@ $(function() {
|
||||
resultSwitch.off();
|
||||
}
|
||||
input.focus();
|
||||
btnClear.removeClass("visable");
|
||||
btnClear.removeClass("visible");
|
||||
});
|
||||
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user