Skip to content

Commit

Permalink
Merge pull request #1009 from alphagov/remove-underline-from-buttons
Browse files Browse the repository at this point in the history
Remove underline from buttons
  • Loading branch information
mcgoooo authored Apr 24, 2017
2 parents 1db332c + adb0da1 commit 83185be
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
text-decoration: underline;
}

// Buttons

.button {
text-decoration: none;
}

// Lists

ol,
Expand Down

0 comments on commit 83185be

Please sign in to comment.