@sbb-esta/lyne-elements-dev 4.11.0-dev.1776940229 → 4.11.0-dev.1776944043
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.
- package/core.css +4 -0
- package/custom-elements.json +1547 -1547
- package/off-brand-theme.css +4 -0
- package/package.json +2 -2
- package/safety-theme.css +4 -0
- package/standard-theme.css +4 -0
package/core.css
CHANGED
|
@@ -2106,6 +2106,7 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2106
2106
|
background-color: transparent;
|
|
2107
2107
|
padding: 0;
|
|
2108
2108
|
appearance: none;
|
|
2109
|
+
display: flex;
|
|
2109
2110
|
outline: none !important;
|
|
2110
2111
|
overflow: var(--sbb-form-field-overflow, hidden);
|
|
2111
2112
|
width: 100%;
|
|
@@ -2151,6 +2152,9 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2151
2152
|
line-height: 1 !important;
|
|
2152
2153
|
margin-block: calc(0.5 * var(--sbb-form-field-input-text-size) * (var(--sbb-typo-line-height-text) - 1.25));
|
|
2153
2154
|
}
|
|
2155
|
+
:is(sbb-form-field, sbb-timetable-form-field)[size=s] > :not(sbb-chip-group):has(input, sbb-date-input, sbb-time-input, select, sbb-select) {
|
|
2156
|
+
margin-block-end: -0.125rem;
|
|
2157
|
+
}
|
|
2154
2158
|
:is(sbb-form-field, sbb-timetable-form-field) :where(textarea) {
|
|
2155
2159
|
--sbb-scrollbar-thumb-width: 0.125rem;
|
|
2156
2160
|
--sbb-scrollbar-thumb-width-hover: 0.25rem;
|