Skip to content

Commit

Permalink
fix: remove button border as it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Jan 17, 2019
1 parent c47c344 commit 2a41868
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ exports[`Button scss have to match snapshot 1`] = `
border: none; }
a.dnb-button {
border-bottom: none;
transition: none; }
"
`;
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,5 @@

// make sure we style an Anchor like a button
a.dnb-button {
border-bottom: none;
transition: none;
}
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ exports[`Dropdown scss have to match snapshot 1`] = `
border: none; }
a.dnb-button {
border-bottom: none;
transition: none; }
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ exports[`InputMasked scss have to match snapshot 1`] = `
border: none; }
a.dnb-button {
border-bottom: none;
transition: none; }
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ exports[`Input scss have to match snapshot 1`] = `
border: none; }
a.dnb-button {
border-bottom: none;
transition: none; }
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ exports[`Modal scss have to match snapshot 1`] = `
border: none; }
a.dnb-button {
border-bottom: none;
transition: none; }
.dnb-modal {
Expand Down

0 comments on commit 2a41868

Please sign in to comment.