Add hover / active state on avatsetting upload button (#12590)

This commit is contained in:
David Baker
2024-06-07 16:16:41 +00:00
committed by GitHub
parent aeea4bb8e1
commit 7091ca02b0
2 changed files with 33 additions and 10 deletions
+6 -1
View File
@@ -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,