mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
feat(item-option): add disabled styles (#29642)
This commit is contained in:
@ -63,3 +63,15 @@
|
||||
:host(.item-option-rectangular) {
|
||||
@include globals.border-radius(globals.$ionic-border-radius-0);
|
||||
}
|
||||
|
||||
// Item Option States
|
||||
// --------------------------------------------------
|
||||
|
||||
/* Disabled */
|
||||
:host(.item-option-disabled) {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
:host(.item-option-disabled) .button-native {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user