Merge pull request #3989 from cpradio/topic-footer-button-outline

Remove outline: 0 from the topic-footer-buttons, so focus is visible
This commit is contained in:
Jeff Atwood 2016-01-30 15:44:57 -08:00
commit f281f6e026

View file

@ -444,7 +444,6 @@ a.star {
color: $primary;
}
.btn {
outline: 0;
margin-bottom: 5px;
margin-right: 10px;
.fa-bookmark.bookmarked { color: $tertiary; }