mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
checkbox disabled
This commit is contained in:
@ -26,6 +26,16 @@
|
||||
|
||||
}
|
||||
|
||||
.checkbox[aria-disabled=true] {
|
||||
pointer-events: none;
|
||||
opacity: 0.5;
|
||||
color: gray;
|
||||
|
||||
.media-checkbox {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.checkbox .item-media,
|
||||
.checkbox .item-content {
|
||||
pointer-events: none;
|
||||
|
Reference in New Issue
Block a user