mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
cursor pointer on radio-items
This commit is contained in:
@ -9,6 +9,9 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.radio-list label.list-item {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.radio-list input[type="radio"] {
|
||||
/* hide any radio button inputs elements (the ugly circles) */
|
||||
|
||||
Reference in New Issue
Block a user