1
0
mirror of https://github.com/flarum/core.git synced 2025-05-11 09:55:22 +02:00

Merge pull request #1779 from clarkwinkelmann/fix-userpage-card-dropdown

Fix dropdown icon not showing in UserCard when on UserPage
This commit is contained in:
Toby Zerner 2019-05-02 19:21:39 +09:30 committed by GitHub
commit 99a6066f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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