@sbb-esta/lyne-elements-dev 5.0.0-next-dev.1776934572 → 5.0.0-next-dev.1776939235
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 +1558 -1558
- 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
|
@@ -2127,6 +2127,7 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2127
2127
|
background-color: transparent;
|
|
2128
2128
|
padding: 0;
|
|
2129
2129
|
appearance: none;
|
|
2130
|
+
display: flex;
|
|
2130
2131
|
outline: none !important;
|
|
2131
2132
|
overflow: var(--sbb-form-field-overflow, hidden);
|
|
2132
2133
|
width: 100%;
|
|
@@ -2172,6 +2173,9 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
|
|
|
2172
2173
|
line-height: 1 !important;
|
|
2173
2174
|
margin-block: calc(0.5 * var(--sbb-form-field-input-text-size) * (var(--sbb-typo-line-height-text) - 1.25));
|
|
2174
2175
|
}
|
|
2176
|
+
: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) {
|
|
2177
|
+
margin-block-end: -0.125rem;
|
|
2178
|
+
}
|
|
2175
2179
|
:is(sbb-form-field, sbb-timetable-form-field) :where(textarea) {
|
|
2176
2180
|
--sbb-scrollbar-width: var(--sbb-spacing-fixed-3x);
|
|
2177
2181
|
--sbb-scrollbar-thumb-width: 0.125rem;
|