[minor] remove flicker when refreshing list

This commit is contained in:
Anand Doshi 2015-02-25 15:45:50 +05:30
parent 2a0bca72fc
commit dbfca38ca6
6 changed files with 14 additions and 8 deletions

View file

@ -5,7 +5,10 @@ a,
a:hover,
a:active,
a:focus,
.btn {
.btn,
.btn:hover,
.btn:active,
.btn:focus {
outline: 0;
}
img {

View file

@ -4,7 +4,8 @@ a {
a,
a:hover,
a:active,
a:focus {
a:focus,
.btn {
outline: 0;
}
img {

View file

@ -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;

View file

@ -4,7 +4,8 @@ a {
a,
a:hover,
a:active,
a:focus {
a:focus,
.btn {
outline: 0;
}
img {

View file

@ -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;
}

View file

@ -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 {