Add hover / active state on avatsetting upload button (#12590)
This commit is contained in:
parent
aeea4bb8e1
commit
7091ca02b0
2 changed files with 33 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue