Skip to content

Commit e591fb7

Browse files
author
Aditya
committed
Remove unused CSS - loading indicator not needed in final solution
1 parent 2268a69 commit e591fb7

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

war/src/main/webapp/css/responsive-grid.css

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,32 +1815,4 @@
18151815
}
18161816
@-ms-viewport {
18171817
width: device-width;
1818-
}
1819-
/**
1820-
* Loading indicator for POST buttons - Fix for JENKINS-76241
1821-
*/
1822-
.jenkins-loading {
1823-
position: relative;
1824-
pointer-events: none;
1825-
opacity: 0.6;
1826-
}
1827-
1828-
.jenkins-loading::after {
1829-
content: "";
1830-
position: absolute;
1831-
top: 50%;
1832-
left: 50%;
1833-
width: 16px;
1834-
height: 16px;
1835-
margin: -8px 0 0 -8px;
1836-
border: 2px solid #fff;
1837-
border-radius: 50%;
1838-
border-top-color: transparent;
1839-
animation: jenkins-spin 0.6s linear infinite;
1840-
}
1841-
1842-
@keyframes jenkins-spin {
1843-
to {
1844-
transform: rotate(360deg);
1845-
}
1846-
}
1818+
}

0 commit comments

Comments
 (0)