improve task loading icon performance

This commit is contained in:
Felix Niklas 2015-01-20 14:16:37 +01:00
parent b3e04d2361
commit 3b2ff7103a

View file

@ -2087,6 +2087,7 @@ footer {
.tasks-navigation .icon-holder {
width: 30px;
position: relative;
}
.tasks-navigation .icon-holder .icon {
@ -2097,7 +2098,11 @@ footer {
width: 10px;
height: 10px;
border-radius: 100%;
position: relative;
position: absolute;
left: 50%;
top: 50%;
margin: -6px 0 0 -5px;
&:after {
@extend .priority.icon:after;
}