1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

show hand cursor over summary

This commit is contained in:
Bruno Windels
2020-03-09 16:50:48 +01:00
parent dcbbf31f04
commit 8ee714f86d

View File

@@ -26,3 +26,7 @@ limitations under the License.
outline: none;
box-shadow: none;
}
.mx_AliasSettings summary {
cursor: pointer;
}