Skip to content

Commit

Permalink
Fix icon color on btn-outline-secondary buttons #6518 (#6520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lafexlos authored and cesswairimu committed Nov 2, 2019
1 parent 0eda8f7 commit 9027525
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,10 @@ div.note.moderated h4 {
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

a.btn-outline-secondary .fa {
color: inherit;
}

.nav-button-wrapper {
padding-top: 7.5px;
}
Expand Down

0 comments on commit 9027525

Please sign in to comment.