@momentum-design/components 0.102.8 → 0.102.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3511,6 +3511,11 @@
3511
3511
  text-overflow: ellipsis;
3512
3512
  white-space: nowrap;
3513
3513
  }
3514
+
3515
+ :host([disabled]) {
3516
+ pointer-events: none;
3517
+ }
3518
+
3514
3519
  :host([disabled]),
3515
3520
  :host([disabled]:hover),
3516
3521
  :host([disabled]:active),
@@ -4021,7 +4026,6 @@
4021
4026
  :host([disabled]) {
4022
4027
  color: var(--mdc-navmenuitem-disabled-color);
4023
4028
  background-color: var(--mdc-navmenuitem-disabled-background-color);
4024
- pointer-events: none;
4025
4029
  }
4026
4030
 
4027
4031
  :host([active][disabled]) {