1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +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 Dan Miller
parent e1efc7170c
commit 1f578fcb1b

View File

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