1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +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 ecc3b5e227
commit 12fdfc9b54

View File

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