Fixes delay of transition on button elements and outlines

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-24 15:59:56 -03:00
commit 5522768167
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 5 additions and 1 deletions

View file

@ -719,6 +719,11 @@ button[disabled].secondary,
.button, button {
text-transform: uppercase;
transition: none !important;
}
.button:focus, button:focus {
outline:0;
}
.wallet-selection.wallets {

View file

@ -225,7 +225,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.updatingTxHistory = true;
self.txHistoryPaging = false;
$timeout(function() {
$rootScope.$apply();
fc.getTxHistory({
skip: self.skipHistory,
limit: self.limitHistory + 1