[minor] remove flicker when refreshing list
This commit is contained in:
parent
2a0bca72fc
commit
dbfca38ca6
6 changed files with 14 additions and 8 deletions
|
|
@ -5,7 +5,10 @@ a,
|
|||
a:hover,
|
||||
a:active,
|
||||
a:focus,
|
||||
.btn {
|
||||
.btn,
|
||||
.btn:hover,
|
||||
.btn:active,
|
||||
.btn:focus {
|
||||
outline: 0;
|
||||
}
|
||||
img {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ a {
|
|||
a,
|
||||
a:hover,
|
||||
a:active,
|
||||
a:focus {
|
||||
a:focus,
|
||||
.btn {
|
||||
outline: 0;
|
||||
}
|
||||
img {
|
||||
|
|
|
|||
|
|
@ -50,8 +50,8 @@
|
|||
padding: 9px 15px;
|
||||
border-bottom: 1px solid #d1d8dd;
|
||||
cursor: pointer;
|
||||
transition: 0.2s;
|
||||
-webkit-transition: 0.2s;
|
||||
transition: color 0.2s;
|
||||
-webkit-transition: color 0.2s;
|
||||
}
|
||||
.list-row .h6 {
|
||||
margin-top: 0px;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ a {
|
|||
a,
|
||||
a:hover,
|
||||
a:active,
|
||||
a:focus {
|
||||
a:focus,
|
||||
.btn {
|
||||
outline: 0;
|
||||
}
|
||||
img {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ a {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
a, a:hover, a:active, a:focus, .btn {
|
||||
a, a:hover, a:active, a:focus,
|
||||
.btn, .btn:hover, .btn:active, .btn:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -66,8 +66,8 @@
|
|||
padding: 9px 15px;
|
||||
border-bottom: 1px solid @border-color;
|
||||
cursor: pointer;
|
||||
transition: 0.2s;
|
||||
-webkit-transition: 0.2s;
|
||||
transition: color 0.2s;
|
||||
-webkit-transition: color 0.2s;
|
||||
}
|
||||
|
||||
.list-row .h6 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue