We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b392e8c commit a8819cdCopy full SHA for a8819cd
js/csis_include_in_report.js
@@ -296,9 +296,7 @@ function replaceTranslate3dStyleByElement(element) {
296
getComputedStyle(element)['opacity'] != '' &&
297
parseFloat(getComputedStyle(element)['opacity']) != NaN
298
) {
299
- if (element.className == '-loading') {
300
- // element.style['visibility'] = 'hidden';
301
- } else if (parseFloat(getComputedStyle(element)['opacity']) == 0.0) {
+ if (parseFloat(getComputedStyle(element)['opacity']) == 0.0) {
302
element.style['visibility'] = 'hidden';
303
}
304
0 commit comments