@ni/nimble-components 27.2.2 → 27.2.3

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.
@@ -1712,11 +1712,6 @@ const Kd=xe`
1712
1712
  font: ${wc};
1713
1713
  }
1714
1714
 
1715
- :host(:focus-within:not(:active)) {
1716
- outline: 2px solid ${ja};
1717
- outline-offset: -2px;
1718
- }
1719
-
1720
1715
  :host(:hover) {
1721
1716
  background: ${La};
1722
1717
  }
@@ -1747,6 +1742,13 @@ const Kd=xe`
1747
1742
  cursor: pointer;
1748
1743
  text-decoration: none;
1749
1744
  outline: none;
1745
+ padding-left: 8px;
1746
+ padding-right: 8px;
1747
+ }
1748
+
1749
+ a${Po} {
1750
+ outline: 2px solid ${ja};
1751
+ outline-offset: -2px;
1750
1752
  }
1751
1753
 
1752
1754
  :host([disabled]) a {
@@ -4081,6 +4083,7 @@ const yv=xe`
4081
4083
 
4082
4084
  :host([slot='submenu']) {
4083
4085
  margin: 0 ${rl};
4086
+ cursor: default;
4084
4087
  }
4085
4088
 
4086
4089
  ::slotted(*) {
@@ -4105,6 +4108,10 @@ const yv=xe`
4105
4108
  padding-top: ${ol};
4106
4109
  padding-bottom: ${ol};
4107
4110
  }
4111
+
4112
+ ::slotted(${"nimble-anchor-menu-item"}) {
4113
+ padding: 0px;
4114
+ }
4108
4115
  `.withBehaviors(fh(Ar.color,xe`
4109
4116
  slot {
4110
4117
  background: ${Mr(rr,.15)};