Merge pull request #2621 from cmgustavo/bug/ux-buttons-01
Fixes delay of transition on button elements and outlines
This commit is contained in:
commit
d2117bff01
2 changed files with 5 additions and 1 deletions
|
|
@ -719,6 +719,11 @@ button[disabled].secondary,
|
|||
|
||||
.button, button {
|
||||
text-transform: uppercase;
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
.button:focus, button:focus {
|
||||
outline:0;
|
||||
}
|
||||
|
||||
.wallet-selection.wallets {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue