Skip to content

Commit

Permalink
remove underline from buttons
Browse files Browse the repository at this point in the history
Publishers unofficially add button html to mainstream content
This has not been componentised yet. Button styles need to be
provided by the app
  • Loading branch information
Andrew Hilton committed Apr 24, 2017
1 parent 1db332c commit adb0da1
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 adb0da1

Please sign in to comment.