1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

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
This commit is contained in:
Clark Winkelmann
2019-05-01 22:54:13 +02:00
parent 4ea1b80ac1
commit f843764365

View File

@@ -1,10 +1,5 @@
.UserPage {
.UserCard-controls {
float: right;
.Dropdown-toggle .Button-icon {
display: none;
}
.UserHero .Dropdown-toggle .Button-icon {
display: none;
}
}