Bugfix: the new endShowHide failed in Edge and mobile browsers

Cleanup bootstrap less files
This commit is contained in:
djmaze 2020-09-02 21:30:23 +02:00
parent 7135cc38fe
commit 0e8bf13d5d
32 changed files with 167 additions and 663 deletions

View file

@ -10,12 +10,12 @@
line-height: @baseLineHeight;
color: @black;
text-shadow: 0 1px 0 rgba(255,255,255,1);
.opacity(20);
opacity: 0.2;
&:hover {
color: @black;
text-decoration: none;
cursor: pointer;
.opacity(40);
opacity: 0.4;
}
}
@ -28,4 +28,4 @@ button.close {
background: transparent;
border: 0;
-webkit-appearance: none;
}
}