framework/less/forum/UserPage.less
Clark Winkelmann 12fdfc9b54
Fix dropdown icon not showing in UserCard when on UserPage
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
2019-05-01 22:54:13 +02:00

6 lines
81 B
Plaintext

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