mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
radio/checkbox example
This commit is contained in:
@ -9,6 +9,11 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.checkbox input {
|
||||
position: relative;
|
||||
left: -9999px;
|
||||
}
|
||||
|
||||
.checkbox-on {
|
||||
display: none;
|
||||
pointer-events: none;
|
||||
|
Reference in New Issue
Block a user