CASH-191 fix button border issue.
This commit is contained in:
parent
c38c25b642
commit
0aba0acefc
1 changed files with 6 additions and 0 deletions
|
|
@ -149,6 +149,12 @@ export default {
|
||||||
transition: all 150ms linear;
|
transition: all 150ms linear;
|
||||||
background: none;
|
background: none;
|
||||||
|
|
||||||
|
&.btn {
|
||||||
|
&.btn-secondary {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active,
|
&:active,
|
||||||
&:focus,
|
&:focus,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue