Merge pull request #2309 from Safelite/CASH-191-fix-button-issue
CASH-191 fix button border issue.
This commit is contained in:
commit
826b67c178
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