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:
parent
e1efc7170c
commit
1f578fcb1b
@ -40,6 +40,10 @@
|
|||||||
|
|
||||||
&__column-radio {
|
&__column-radio {
|
||||||
margin-inline-end: 1px;
|
margin-inline-end: 1px;
|
||||||
|
|
||||||
|
input {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__column-radio,
|
&__column-radio,
|
||||||
|
Loading…
Reference in New Issue
Block a user