Fixes delay of transition on button elements and outlines
This commit is contained in:
parent
a487c053d4
commit
5522768167
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue