mirror of
https://github.com/flarum/core.git
synced 2025-08-12 19:34:18 +02:00
If no avatar uploaded user will see the upload button directly on "avatar" without full opacity
Refs #249
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
text-decoration: none;
|
||||
border: 0;
|
||||
}
|
||||
.AvatarEditor--noAvatar {
|
||||
opacity: 0.7;
|
||||
}
|
||||
&:hover .Dropdown-toggle, &.open .Dropdown-toggle, &.loading .Dropdown-toggle {
|
||||
opacity: 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user