improve task loading icon performance
This commit is contained in:
parent
b3e04d2361
commit
3b2ff7103a
1 changed files with 10 additions and 5 deletions
|
@ -2087,6 +2087,7 @@ footer {
|
||||||
|
|
||||||
.tasks-navigation .icon-holder {
|
.tasks-navigation .icon-holder {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tasks-navigation .icon-holder .icon {
|
.tasks-navigation .icon-holder .icon {
|
||||||
|
@ -2097,7 +2098,11 @@ footer {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
position: relative;
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
margin: -6px 0 0 -5px;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
@extend .priority.icon:after;
|
@extend .priority.icon:after;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue