1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

Provide pointer cursor for radio group buttons (#11763)

This commit is contained in:
David Walsh 2021-08-04 16:37:16 -05:00 committed by GitHub
parent a950111a19
commit 96a13dddb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,10 @@
&__column-radio {
margin-inline-end: 1px;
input {
cursor: pointer;
}
}
&__column-radio,