mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -40,7 +40,6 @@
|
||||
// -----------------------------------------
|
||||
:host(.radio-disabled) {
|
||||
opacity: $radio-ios-disabled-opacity;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
// .item-md.item-radio-disabled ion-label {
|
||||
:host(.radio-disabled) {
|
||||
opacity: $radio-md-disabled-opacity;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -13,6 +13,11 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
:host(.radio-disabled) {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
.radio-icon {
|
||||
display: block;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user