Skip to content

Commit

Permalink
Fix dropdown icon not showing in UserCard when on UserPage
Browse files Browse the repository at this point in the history
The rule hiding the icon in the UserHero was too broad and applied to UserCard in the list of posts as well
The float rule was redundant
  • Loading branch information
clarkwinkelmann committed May 1, 2019
1 parent ecc3b5e commit 12fdfc9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions less/forum/UserPage.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
.UserPage {
.UserCard-controls {
float: right;

.Dropdown-toggle .Button-icon {
display: none;
}
.UserHero .Dropdown-toggle .Button-icon {
display: none;
}
}

0 comments on commit 12fdfc9

Please sign in to comment.