@sbb-esta/lyne-elements 3.0.0-next.0 → 3.0.0-next.1

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.
@@ -511,8 +511,6 @@ sbb-header + :where(sbb-sidebar-container, sbb-icon-sidebar-container) {
511
511
 
512
512
  sbb-toggle:has(:focus-visible) {
513
513
  @include a11y.focus-outline;
514
-
515
- --sbb-focus-outline-offset: #{functions.px-to-rem-build(5)};
516
514
  }
517
515
 
518
516
  :where(sbb-select, sbb-autocomplete, sbb-autocomplete-grid)[size='s']
@@ -61,7 +61,6 @@
61
61
  @include title($exclude-spacing);
62
62
 
63
63
  --sbb-title-font-size: var(--sbb-font-size-title-5);
64
- --sbb-title-line-height: var(--sbb-typo-line-height-body-text);
65
64
 
66
65
  @if not($exclude-spacing) {
67
66
  --sbb-title-margin-block-end: var(--sbb-spacing-fixed-2x);
package/core.css CHANGED
@@ -1571,7 +1571,6 @@ sbb-form-field .sbb-select-trigger {
1571
1571
  sbb-toggle:has(:focus-visible) {
1572
1572
  outline-offset: var(--sbb-focus-outline-offset);
1573
1573
  outline: var(--sbb-focus-outline-color) var(--sbb-focus-outline-style, solid) var(--sbb-focus-outline-width);
1574
- --sbb-focus-outline-offset: 0.3125rem;
1575
1574
  }
1576
1575
 
1577
1576
  :where(sbb-select, sbb-autocomplete, sbb-autocomplete-grid)[size=s] :where(sbb-option, sbb-autocomplete-grid-option) {