Add hover / active state on avatsetting upload button (#12590)
This commit is contained in:
@@ -51,7 +51,7 @@ limitations under the License.
|
||||
height: 28px;
|
||||
border-radius: 32px;
|
||||
border: 1px solid var(--cpd-color-bg-canvas-default);
|
||||
background-color: var(--cpd-color-bg-subtle-primary);
|
||||
background-color: var(--cpd-color-bg-canvas-default);
|
||||
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@@ -64,6 +64,11 @@ limitations under the License.
|
||||
top: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_AvatarSetting_uploadButton:hover,
|
||||
.mx_AvatarSetting_uploadButton_active {
|
||||
background-color: var(--cpd-color-bg-subtle-primary);
|
||||
}
|
||||
}
|
||||
|
||||
.mx_AvatarSetting_removeMenuItem svg,
|
||||
|
||||
Reference in New Issue
Block a user