novo-elements 13.2.0-next.5 → 13.2.0-next.6

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.
@@ -43,7 +43,7 @@
43
43
  :host-context([data-theme='bh2026']) {
44
44
  &[theme="icon"] {
45
45
  height: var(--button-height);
46
- width: var(--button-height);
46
+ min-width: var(--button-height);
47
47
  border-radius: var(--border-radius-sm);
48
48
  color: var(--color-text-subtle);
49
49
  box-shadow: none;
@@ -183,6 +183,12 @@
183
183
  }
184
184
  }
185
185
 
186
+ // bh2026: icon-theme button must not be constrained to a square when it carries chips/label content
187
+ ::ng-deep [data-theme='bh2026'] novo-button.tabbed-group-picker-button[theme='icon'] {
188
+ width: auto;
189
+ min-width: max-content;
190
+ }
191
+
186
192
  // bh2026: Half-pill shaped indicator, updated colors
187
193
  ::ng-deep [data-theme='bh2026'] .dropdown-container {
188
194
  .tabbed-group-picker-search {
@@ -182,9 +182,10 @@
182
182
  }
183
183
  }
184
184
 
185
- &:hover {
185
+ &:hover:not(.active):not(.router-link-active):not(.disabled) {
186
186
  .novo-tab-link {
187
187
  color: var(--color-text-body);
188
+ font-weight: var(--typography-tabs-default-font-weight) !important;
188
189
  }
189
190
  }
190
191
  }
@@ -192,7 +193,7 @@
192
193
  :host-context(novo-nav[theme="color"]),
193
194
  :host-context(novo-nav[theme="neutral"]) {
194
195
  .novo-tab-link {
195
- color: #fff;
196
+ color: #fff !important;
196
197
  }
197
198
  &.active,
198
199
  &.router-link-active {