@db-ux/core-components 3.0.2-copilot2-e7bf98b → 3.0.2-shell2-badc28f

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.
Files changed (97) hide show
  1. package/build/assets/icons/LICENCES.json +24 -0
  2. package/build/assets/icons/double_chevron_left.svg +1 -0
  3. package/build/assets/icons/double_chevron_right.svg +1 -0
  4. package/build/assets/icons/fonts/all/db-ux.woff2 +0 -0
  5. package/build/assets/icons/fonts/default/db-ux.woff2 +0 -0
  6. package/build/assets/icons/fonts/default_12/db-ux.woff2 +0 -0
  7. package/build/assets/icons/fonts/default_14/db-ux.woff2 +0 -0
  8. package/build/assets/icons/fonts/default_16/db-ux.woff2 +0 -0
  9. package/build/assets/icons/fonts/default_20/db-ux.woff2 +0 -0
  10. package/build/assets/icons/fonts/default_24/db-ux.woff2 +0 -0
  11. package/build/assets/icons/fonts/default_28/db-ux.woff2 +0 -0
  12. package/build/assets/icons/fonts/default_32/db-ux.woff2 +0 -0
  13. package/build/assets/icons/fonts/default_48/db-ux.woff2 +0 -0
  14. package/build/assets/icons/fonts/default_64/db-ux.woff2 +0 -0
  15. package/build/assets/icons/fonts/filled/db-ux.woff2 +0 -0
  16. package/build/assets/icons/fonts/filled_12/db-ux.woff2 +0 -0
  17. package/build/assets/icons/fonts/filled_14/db-ux.woff2 +0 -0
  18. package/build/assets/icons/fonts/filled_16/db-ux.woff2 +0 -0
  19. package/build/assets/icons/fonts/filled_20/db-ux.woff2 +0 -0
  20. package/build/assets/icons/fonts/filled_24/db-ux.woff2 +0 -0
  21. package/build/assets/icons/fonts/filled_28/db-ux.woff2 +0 -0
  22. package/build/assets/icons/fonts/filled_32/db-ux.woff2 +0 -0
  23. package/build/assets/icons/fonts/filled_48/db-ux.woff2 +0 -0
  24. package/build/assets/icons/fonts/filled_64/db-ux.woff2 +0 -0
  25. package/build/assets/icons/house.svg +1 -0
  26. package/build/assets/icons/intermediary_stop.svg +1 -0
  27. package/build/components/accordion/accordion.css +5 -5
  28. package/build/components/button/button.scss +1 -1
  29. package/build/components/{brand/brand.css → control-panel-brand/control-panel-brand.css} +12 -6
  30. package/build/components/{brand/brand.scss → control-panel-brand/control-panel-brand.scss} +10 -1
  31. package/build/components/control-panel-desktop/control-panel-desktop.css +791 -0
  32. package/build/components/control-panel-desktop/control-panel-desktop.scss +29 -0
  33. package/build/components/control-panel-flat-icon-navigation/control-panel-flat-icon-navigation.css +192 -0
  34. package/build/components/control-panel-flat-icon-navigation/control-panel-flat-icon-navigation.scss +84 -0
  35. package/build/components/control-panel-meta-navigation/control-panel-meta-navigation.css +54 -0
  36. package/build/components/control-panel-meta-navigation/control-panel-meta-navigation.scss +12 -0
  37. package/build/components/control-panel-mobile/control-panel-mobile.css +716 -0
  38. package/build/components/control-panel-mobile/control-panel-mobile.scss +125 -0
  39. package/build/components/control-panel-primary-actions/control-panel-primary-actions.css +16 -0
  40. package/build/components/control-panel-primary-actions/control-panel-primary-actions.scss +8 -0
  41. package/build/components/control-panel-secondary-actions/control-panel-secondary-actions.css +16 -0
  42. package/build/components/control-panel-secondary-actions/control-panel-secondary-actions.scss +8 -0
  43. package/build/components/custom-select/custom-select.css +4 -4
  44. package/build/components/custom-select-dropdown/custom-select-dropdown.css +12 -12
  45. package/build/components/custom-select-list-item/custom-select-list-item.css +6 -6
  46. package/build/components/divider/divider.css +6 -6
  47. package/build/components/drawer/drawer.css +6 -5
  48. package/build/components/drawer/drawer.scss +6 -26
  49. package/build/components/navigation/navigation.css +394 -123
  50. package/build/components/navigation/navigation.scss +155 -72
  51. package/build/components/navigation-item/navigation-item.css +35 -418
  52. package/build/components/navigation-item/navigation-item.scss +8 -310
  53. package/build/components/navigation-item-group/navigation-item-group-menu-popover.css +189 -0
  54. package/build/components/navigation-item-group/navigation-item-group-menu-popover.scss +105 -0
  55. package/build/components/navigation-item-group/navigation-item-group-menu-tree.css +208 -0
  56. package/build/components/navigation-item-group/navigation-item-group-menu-tree.scss +40 -0
  57. package/build/components/navigation-item-group/navigation-item-group.css +432 -0
  58. package/build/components/navigation-item-group/navigation-item-group.scss +69 -0
  59. package/build/components/shell/shell-desktop.css +548 -0
  60. package/build/components/shell/shell-desktop.scss +187 -0
  61. package/build/components/shell/shell-mobile.css +633 -0
  62. package/build/components/shell/shell-mobile.scss +107 -0
  63. package/build/components/shell/shell.css +1876 -0
  64. package/build/components/shell/shell.scss +84 -0
  65. package/build/components/shell-sub-navigation/shell-sub-navigation.css +11 -0
  66. package/build/components/shell-sub-navigation/shell-sub-navigation.scss +15 -0
  67. package/build/components/stack/stack-web-component.css +1 -0
  68. package/build/components/stack/stack.css +1 -0
  69. package/build/components/tab-item/tab-item.scss +0 -1
  70. package/build/components/tab-list/tab-list.css +1 -1
  71. package/build/components/tabs/tabs.css +106 -23
  72. package/build/components/tabs/tabs.scss +25 -70
  73. package/build/components/tag/tag.css +5 -11
  74. package/build/components/tag/tag.scss +1 -5
  75. package/build/components/textarea/textarea.css +1 -1
  76. package/build/styles/absolute.css +6 -6
  77. package/build/styles/component-animations.css +1 -1
  78. package/build/styles/index.css +5 -5
  79. package/build/styles/index.scss +11 -3
  80. package/build/styles/internal/_control-panel-desktop.scss +455 -0
  81. package/build/styles/internal/_control-panel-mobile.scss +130 -0
  82. package/build/styles/internal/_custom-elements.scss +22 -4
  83. package/build/styles/internal/_icon-passing.scss +19 -9
  84. package/build/styles/internal/{_db-puls.scss → _indicator.scss} +37 -16
  85. package/build/styles/internal/_navigation-item.scss +122 -0
  86. package/build/styles/internal/_scrollbar.scss +71 -0
  87. package/build/styles/relative.css +6 -6
  88. package/build/styles/rollup.css +6 -6
  89. package/build/styles/wc-workarounds.css +1 -1
  90. package/build/styles/wc-workarounds.scss +11 -0
  91. package/build/styles/webpack.css +6 -6
  92. package/package.json +3 -7
  93. package/agent/_instructions.md +0 -9
  94. package/build/components/header/header.css +0 -759
  95. package/build/components/header/header.scss +0 -259
  96. package/build/components/page/page.css +0 -52
  97. package/build/components/page/page.scss +0 -52
@@ -0,0 +1,633 @@
1
+ /* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
2
+ /* Use fixed spacings for all kind of distances (margin, padding, ...) */
3
+ /* The primary use-case for responsive spacings are
4
+ paddings/gaps in an application e.g. the <main> should have a responsive padding. */
5
+ /* Elevation */
6
+ /* Border */
7
+ /* Opacity */
8
+ /* Transitions */
9
+ /* Screen sizes */
10
+ /* Container sizes */
11
+ .db-visually-hidden,
12
+ [data-visually-hidden=true] {
13
+ clip: rect(0, 0, 0, 0) !important;
14
+ overflow: hidden !important;
15
+ white-space: nowrap !important;
16
+ font-size: 0 !important;
17
+ all: initial;
18
+ inset-block-start: 0 !important;
19
+ block-size: 1px !important;
20
+ position: absolute !important;
21
+ inline-size: 1px !important;
22
+ border-width: 0 !important;
23
+ border-style: initial !important;
24
+ border-color: initial !important;
25
+ border-image: initial !important;
26
+ padding: 0 !important;
27
+ pointer-events: none !important;
28
+ }
29
+
30
+ /* Variants for adaptive components like input, select, notification, ... */
31
+ @layer variables {}
32
+
33
+ @layer variables {}
34
+
35
+ @layer variables {}
36
+
37
+ @layer variables {}
38
+
39
+ @layer variables {}
40
+
41
+ @layer variables {}
42
+
43
+ @layer variables {}
44
+
45
+ @layer variables {}
46
+
47
+ @layer variables {}
48
+
49
+ @layer variables {}
50
+
51
+ @layer variables {}
52
+
53
+ @layer variables {}
54
+
55
+ @layer variables {}
56
+
57
+ @layer variables {}
58
+
59
+ @layer variables {}
60
+
61
+ @layer variables {}
62
+
63
+ @layer variables {}
64
+
65
+ /**
66
+ * @mixin screen-min-max
67
+ * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
68
+ */
69
+ /**
70
+ Generates 3 types of placeholders, e.g:
71
+ - %db-component-variables-md
72
+ - %db-font-size-md
73
+ - %db-overwrite-font-size-md
74
+ */
75
+ @layer variables {}
76
+
77
+ @layer variables {}
78
+
79
+ @layer variables {}
80
+
81
+ @layer variables {}
82
+
83
+ @layer variables {}
84
+
85
+ @layer variables {}
86
+
87
+ @layer variables {}
88
+
89
+ @layer variables {}
90
+
91
+ @layer variables {}
92
+
93
+ @layer variables {}
94
+
95
+ @layer variables {}
96
+
97
+ @layer variables {}
98
+
99
+ @layer variables {}
100
+
101
+ @layer variables {}
102
+
103
+ @layer variables {}
104
+
105
+ @layer variables {}
106
+
107
+ @layer variables {}
108
+
109
+ @layer variables {}
110
+
111
+ @layer variables {}
112
+
113
+ @layer variables {}
114
+
115
+ @layer variables {}
116
+
117
+ @layer variables {}
118
+
119
+ @layer variables {}
120
+
121
+ @layer variables {}
122
+
123
+ @layer variables {}
124
+
125
+ @layer variables {}
126
+
127
+ @layer variables {}
128
+
129
+ /* Sub components for shell */
130
+ @keyframes show-right-to-left {
131
+ from {
132
+ transform: translateX(110%);
133
+ }
134
+ to {
135
+ transform: translateX(0%);
136
+ }
137
+ }
138
+ @keyframes hide-right-to-left {
139
+ from {
140
+ transform: translateX(0%);
141
+ }
142
+ to {
143
+ transform: translateX(110%);
144
+ }
145
+ }
146
+ @keyframes show-left-to-right {
147
+ from {
148
+ transform: translateX(-110%);
149
+ }
150
+ to {
151
+ transform: translateX(0%);
152
+ }
153
+ }
154
+ @keyframes hide-left-to-right {
155
+ from {
156
+ transform: translateX(0%);
157
+ }
158
+ to {
159
+ transform: translateX(-110%);
160
+ }
161
+ }
162
+ @keyframes show-bottom-to-top {
163
+ from {
164
+ transform: translateY(110%);
165
+ }
166
+ to {
167
+ transform: translateY(0%);
168
+ }
169
+ }
170
+ @keyframes hide-bottom-to-top {
171
+ from {
172
+ transform: translateY(0%);
173
+ }
174
+ to {
175
+ transform: translateY(110%);
176
+ }
177
+ }
178
+ @keyframes show-top-to-bottom {
179
+ from {
180
+ transform: translateY(-110%);
181
+ }
182
+ to {
183
+ transform: translateY(0%);
184
+ }
185
+ }
186
+ @keyframes hide-top-to-bottom {
187
+ from {
188
+ transform: translateY(0%);
189
+ }
190
+ to {
191
+ transform: translateY(-110%);
192
+ }
193
+ }
194
+ @keyframes popover-animation {
195
+ 0% {
196
+ opacity: 0;
197
+ transform: translate(var(--db-popover-center-x, var(--db-popover-translate-x, 0%)), var(--db-popover-center-y, var(--db-popover-translate-y, 0%)));
198
+ }
199
+ 100% {
200
+ opacity: 1;
201
+ transform: translate(var(--db-popover-center-x, 0%), var(--db-popover-center-y, 0%));
202
+ }
203
+ }
204
+ @keyframes rotate {
205
+ 100% {
206
+ transform: rotate(1turn);
207
+ }
208
+ }
209
+ dialog {
210
+ padding: 0;
211
+ margin: 0;
212
+ border: 0;
213
+ z-index: 9996;
214
+ color: inherit;
215
+ }
216
+ dialog:not([data-position=absolute])[data-variant], dialog:not([data-position=absolute])[data-backdrop] {
217
+ position: fixed;
218
+ inset: 0;
219
+ z-index: 9995;
220
+ }
221
+ dialog:not([data-position=absolute])[data-variant=inside]:not([data-backdrop=none])::before {
222
+ content: "";
223
+ position: fixed;
224
+ inset: 0;
225
+ }
226
+ dialog:not([data-backdrop=none])::backdrop, dialog:not([data-backdrop=none])::before {
227
+ background-color: color(from var(--db-adaptive-on-bg-basic-emphasis-100-default) srgb r g b/var(--db-opacity-lg));
228
+ }
229
+ dialog:not([data-backdrop=none])[data-backdrop=invisible]::backdrop, dialog:not([data-backdrop=none])[data-backdrop=invisible]::before {
230
+ background-color: transparent;
231
+ }
232
+ dialog:not([data-backdrop=none])[data-backdrop=weak]::backdrop, dialog:not([data-backdrop=none])[data-backdrop=weak]::before {
233
+ background-color: color(from var(--db-adaptive-on-bg-basic-emphasis-100-default) srgb r g b/var(--db-opacity-sm));
234
+ }
235
+
236
+ .db-drawer .db-drawer-container:not([data-direction]), .db-drawer .db-drawer-container[data-direction=right] {
237
+ inset-inline: auto 0;
238
+ }
239
+ .db-drawer [data-rounded=true].db-drawer-container:not([data-direction]), .db-drawer [data-rounded=true].db-drawer-container[data-direction=right] {
240
+ border-start-start-radius: var(--db-border-radius-sm);
241
+ border-end-start-radius: var(--db-border-radius-sm);
242
+ }
243
+
244
+ .db-drawer .db-drawer-container[data-direction=left] {
245
+ inset-inline: 0 auto;
246
+ }
247
+ .db-drawer [data-rounded=true].db-drawer-container[data-direction=left] {
248
+ border-start-end-radius: var(--db-border-radius-sm);
249
+ border-end-end-radius: var(--db-border-radius-sm);
250
+ }
251
+
252
+ .db-drawer .db-drawer-container[data-direction=down]:not([data-width=full]), .db-drawer .db-drawer-container[data-direction=up]:not([data-width=full]) {
253
+ max-block-size: var(--db-drawer-max-height, calc(100% - var(--db-spacing-fixed-xl)));
254
+ min-block-size: var(--db-drawer-min-height, calc(100% - var(--db-spacing-fixed-xl)));
255
+ max-inline-size: none;
256
+ }
257
+
258
+ .db-drawer .db-drawer-container[data-direction=up] {
259
+ inset: auto 0 0;
260
+ }
261
+ .db-drawer [data-rounded=true].db-drawer-container[data-direction=up] {
262
+ border-start-end-radius: var(--db-border-radius-sm);
263
+ border-start-start-radius: var(--db-border-radius-sm);
264
+ }
265
+
266
+ .db-drawer .db-drawer-container[data-direction=down] {
267
+ inset: 0 0 auto;
268
+ }
269
+ .db-drawer [data-rounded=true].db-drawer-container[data-direction=down] {
270
+ border-end-end-radius: var(--db-border-radius-sm);
271
+ border-end-start-radius: var(--db-border-radius-sm);
272
+ }
273
+
274
+ .db-drawer .db-drawer-container {
275
+ /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
276
+ }
277
+ .db-drawer [data-spacing=small].db-drawer-container {
278
+ /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
279
+ }
280
+ .db-drawer [data-spacing=small].db-drawer-container {
281
+ padding-block: var(--db-spacing-fixed-xs);
282
+ }
283
+ .db-drawer [data-spacing=small].db-drawer-container .db-drawer-header {
284
+ /* stylelint-disable-next-line db-ux/use-spacings */
285
+ padding-block-end: var(--db-drawer-header-padding-block-end, var(--db-spacing-fixed-xs));
286
+ padding-inline: var(--db-spacing-fixed-md);
287
+ }
288
+ .db-drawer [data-spacing=small].db-drawer-container .db-drawer-content {
289
+ /* stylelint-disable-next-line db-ux/use-spacings */
290
+ padding-inline: var(--db-drawer-content-padding-inline, var(--db-spacing-fixed-md));
291
+ overflow-y: auto;
292
+ overflow-block: auto;
293
+ }
294
+ .db-drawer .db-drawer-container {
295
+ padding-block: var(--db-spacing-fixed-sm);
296
+ }
297
+ .db-drawer .db-drawer-container .db-drawer-header {
298
+ /* stylelint-disable-next-line db-ux/use-spacings */
299
+ padding-block-end: var(--db-drawer-header-padding-block-end, var(--db-spacing-fixed-sm));
300
+ padding-inline: var(--db-spacing-fixed-lg);
301
+ }
302
+ .db-drawer .db-drawer-container .db-drawer-content {
303
+ /* stylelint-disable-next-line db-ux/use-spacings */
304
+ padding-inline: var(--db-drawer-content-padding-inline, var(--db-spacing-fixed-lg));
305
+ overflow-y: auto;
306
+ overflow-block: auto;
307
+ }
308
+ .db-drawer [data-spacing=medium].db-drawer-container {
309
+ /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
310
+ }
311
+ .db-drawer [data-spacing=medium].db-drawer-container {
312
+ padding-block: var(--db-spacing-fixed-sm);
313
+ }
314
+ .db-drawer [data-spacing=medium].db-drawer-container .db-drawer-header {
315
+ /* stylelint-disable-next-line db-ux/use-spacings */
316
+ padding-block-end: var(--db-drawer-header-padding-block-end, var(--db-spacing-fixed-sm));
317
+ padding-inline: var(--db-spacing-fixed-lg);
318
+ }
319
+ .db-drawer [data-spacing=medium].db-drawer-container .db-drawer-content {
320
+ /* stylelint-disable-next-line db-ux/use-spacings */
321
+ padding-inline: var(--db-drawer-content-padding-inline, var(--db-spacing-fixed-lg));
322
+ overflow-y: auto;
323
+ overflow-block: auto;
324
+ }
325
+ .db-drawer [data-spacing=large].db-drawer-container {
326
+ /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
327
+ }
328
+ .db-drawer [data-spacing=large].db-drawer-container {
329
+ padding-block: var(--db-spacing-fixed-md);
330
+ }
331
+ .db-drawer [data-spacing=large].db-drawer-container .db-drawer-header {
332
+ /* stylelint-disable-next-line db-ux/use-spacings */
333
+ padding-block-end: var(--db-drawer-header-padding-block-end, var(--db-spacing-fixed-md));
334
+ padding-inline: var(--db-spacing-fixed-xl);
335
+ }
336
+ .db-drawer [data-spacing=large].db-drawer-container .db-drawer-content {
337
+ /* stylelint-disable-next-line db-ux/use-spacings */
338
+ padding-inline: var(--db-drawer-content-padding-inline, var(--db-spacing-fixed-xl));
339
+ overflow-y: auto;
340
+ overflow-block: auto;
341
+ }
342
+ .db-drawer [data-spacing=none].db-drawer-container {
343
+ /* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector */
344
+ }
345
+ .db-drawer [data-spacing=none].db-drawer-container {
346
+ padding-block: 0;
347
+ }
348
+ .db-drawer [data-spacing=none].db-drawer-container .db-drawer-header {
349
+ /* stylelint-disable-next-line db-ux/use-spacings */
350
+ padding-block-end: var(--db-drawer-header-padding-block-end, 0);
351
+ padding-inline: 0;
352
+ }
353
+ .db-drawer [data-spacing=none].db-drawer-container .db-drawer-content {
354
+ /* stylelint-disable-next-line db-ux/use-spacings */
355
+ padding-inline: var(--db-drawer-content-padding-inline, 0);
356
+ overflow-y: auto;
357
+ overflow-block: auto;
358
+ }
359
+
360
+ .db-drawer .db-drawer-container {
361
+ display: flex;
362
+ flex-direction: column;
363
+ background-color: var(--db-adaptive-bg-basic-level-1-default);
364
+ block-size: 100%;
365
+ inline-size: 100%;
366
+ position: fixed;
367
+ box-shadow: var(--db-elevation-md);
368
+ }
369
+ .db-drawer .db-drawer-container:not([data-width=full]) {
370
+ max-inline-size: var(--db-drawer-max-width, calc(100% - var(--db-spacing-fixed-xl)));
371
+ min-inline-size: var(--db-drawer-min-width, calc(100% - var(--db-spacing-fixed-xl)));
372
+ }
373
+ .db-drawer .db-drawer-container:not([data-width=full]):not([data-direction]), .db-drawer .db-drawer-container:not([data-width=full])[data-direction=right] {
374
+ border-inline-start: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-60-default);
375
+ }
376
+ .db-drawer .db-drawer-container:not([data-width=full])[data-direction=left] {
377
+ border-inline-end: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-60-default);
378
+ }
379
+ .db-drawer .db-drawer-container:not([data-width=full])[data-direction=up] {
380
+ border-block-start: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-60-default);
381
+ }
382
+ .db-drawer .db-drawer-container:not([data-width=full])[data-direction=down] {
383
+ border-block-end: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-60-default);
384
+ }
385
+ .db-drawer .db-drawer-container[data-rounded=true] {
386
+ box-shadow: var(--db-elevation-md);
387
+ }
388
+ .db-drawer .db-drawer-container .db-drawer-header {
389
+ display: none;
390
+ --db-divider-bg-color: var(--db-adaptive-on-bg-basic-emphasis-60-default);
391
+ position: var(--db-tooltip-parent-position, relative);
392
+ }
393
+ .db-drawer .db-drawer-container .db-drawer-header[data-emphasis=strong] {
394
+ --db-divider-bg-color: var(--db-adaptive-on-bg-basic-emphasis-70-default);
395
+ }
396
+ .db-drawer .db-drawer-container .db-drawer-header::before {
397
+ content: "";
398
+ background-color: var(--db-divider-bg-color);
399
+ position: absolute;
400
+ block-size: var(--db-border-width-3xs);
401
+ inset-block-end: 0;
402
+ inset-inline: 0;
403
+ /* stylelint-disable-next-line db-ux/use-border-color */
404
+ /* stylelint-disable-next-line at-rule-empty-line-before */
405
+ }
406
+ @media (forced-colors: active) {
407
+ .db-drawer .db-drawer-container .db-drawer-header::before {
408
+ border-block-end: var(--db-border-width-3xs) solid var(--db-divider-bg-color);
409
+ }
410
+ }
411
+ .db-drawer .db-drawer-container .db-drawer-header .db-drawer-header-text {
412
+ margin-block: auto;
413
+ font-weight: 700;
414
+ }
415
+ .db-drawer .db-drawer-container .db-drawer-header .button-close-drawer {
416
+ margin-inline-start: auto;
417
+ }
418
+ .db-drawer .db-drawer-container .db-drawer-header .button-close-drawer button {
419
+ margin-inline-start: auto;
420
+ }
421
+ .db-drawer .db-drawer-container .db-drawer-header:has(.button-close-drawer), .db-drawer .db-drawer-container .db-drawer-header:has(:not(.db-drawer-header-text:empty)) {
422
+ display: flex;
423
+ gap: var(--db-spacing-fixed-md);
424
+ }
425
+ .db-drawer[data-position=absolute] {
426
+ position: absolute;
427
+ z-index: 3;
428
+ inset: 0;
429
+ block-size: 100%;
430
+ inline-size: 100%;
431
+ background-color: transparent;
432
+ }
433
+ .db-drawer[data-position=absolute][open] {
434
+ display: flex;
435
+ }
436
+ .db-drawer[data-position=absolute]:not([data-direction]), .db-drawer[data-position=absolute][data-direction=right], .db-drawer[data-position=absolute][data-direction=left] {
437
+ flex-direction: column;
438
+ }
439
+ .db-drawer[data-position=absolute][data-direction=left], .db-drawer[data-position=absolute][data-direction=down] {
440
+ align-items: start;
441
+ }
442
+ .db-drawer[data-position=absolute]:not([data-direction]), .db-drawer[data-position=absolute][data-direction=right], .db-drawer[data-position=absolute][data-direction=up] {
443
+ align-items: end;
444
+ }
445
+ .db-drawer[data-position=absolute] .db-drawer-container {
446
+ position: relative;
447
+ }
448
+ @media screen and (prefers-reduced-motion: no-preference) {
449
+ .db-drawer[open] .db-drawer-container:not([data-direction]), .db-drawer[open] .db-drawer-container[data-direction=right] {
450
+ animation: show-right-to-left var(--db-transition-straight-show);
451
+ }
452
+ .db-drawer[open] .db-drawer-container[data-direction=left] {
453
+ animation: show-left-to-right var(--db-transition-straight-show);
454
+ }
455
+ .db-drawer[open] .db-drawer-container[data-direction=up] {
456
+ animation: show-bottom-to-top var(--db-transition-straight-show);
457
+ }
458
+ .db-drawer[open] .db-drawer-container[data-direction=down] {
459
+ animation: show-top-to-bottom var(--db-transition-straight-show);
460
+ }
461
+ }
462
+ @media screen and (prefers-reduced-motion: no-preference) {
463
+ .db-drawer[open] .db-drawer-container[hidden]:not([data-direction]), .db-drawer[open] .db-drawer-container[hidden][data-direction=right] {
464
+ animation: hide-right-to-left var(--db-transition-straight-hide);
465
+ }
466
+ .db-drawer[open] .db-drawer-container[hidden][data-direction=left] {
467
+ animation: hide-left-to-right var(--db-transition-straight-hide);
468
+ }
469
+ .db-drawer[open] .db-drawer-container[hidden][data-direction=up] {
470
+ animation: hide-bottom-to-top var(--db-transition-straight-hide);
471
+ }
472
+ .db-drawer[open] .db-drawer-container[hidden][data-direction=down] {
473
+ animation: hide-top-to-bottom var(--db-transition-straight-hide);
474
+ }
475
+ }
476
+
477
+ .db-shell {
478
+ /* stylelint-disable-next-line media-query-no-invalid */
479
+ /* stylelint-disable-next-line at-rule-empty-line-before */
480
+ }
481
+ @media screen and (width <= 48em) {
482
+ .db-shell[data-control-panel-mobile-position=top]:not([data-sub-navigation-mobile-position]), .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=top] {
483
+ grid-template-areas: "control-panel" "sub-navigation" "main";
484
+ grid-template-rows: [control-panel] auto [sub-navigation] auto [main] 1fr;
485
+ }
486
+ .db-shell[data-control-panel-mobile-position=top]:not([data-sub-navigation-mobile-position]) > * > db-shell-sub-navigation > .db-shell-sub-navigation, .db-shell[data-control-panel-mobile-position=top]:not([data-sub-navigation-mobile-position]) > db-shell-sub-navigation > .db-shell-sub-navigation, .db-shell[data-control-panel-mobile-position=top]:not([data-sub-navigation-mobile-position]) > .db-shell-sub-navigation, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=top] > * > db-shell-sub-navigation > .db-shell-sub-navigation, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=top] > db-shell-sub-navigation > .db-shell-sub-navigation, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=top] > .db-shell-sub-navigation {
487
+ --db-divider-bg-color: var(--db-adaptive-on-bg-basic-emphasis-60-default);
488
+ position: var(--db-tooltip-parent-position, relative);
489
+ }
490
+ .db-shell[data-control-panel-mobile-position=top]:not([data-sub-navigation-mobile-position]) > * > db-shell-sub-navigation > .db-shell-sub-navigation[data-emphasis=strong], .db-shell[data-control-panel-mobile-position=top]:not([data-sub-navigation-mobile-position]) > db-shell-sub-navigation > .db-shell-sub-navigation[data-emphasis=strong], .db-shell[data-control-panel-mobile-position=top]:not([data-sub-navigation-mobile-position]) > .db-shell-sub-navigation[data-emphasis=strong], .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=top] > * > db-shell-sub-navigation > .db-shell-sub-navigation[data-emphasis=strong], .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=top] > db-shell-sub-navigation > .db-shell-sub-navigation[data-emphasis=strong], .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=top] > .db-shell-sub-navigation[data-emphasis=strong] {
491
+ --db-divider-bg-color: var(--db-adaptive-on-bg-basic-emphasis-70-default);
492
+ }
493
+ .db-shell[data-control-panel-mobile-position=top]:not([data-sub-navigation-mobile-position]) > * > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top]:not([data-sub-navigation-mobile-position]) > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top]:not([data-sub-navigation-mobile-position]) > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=top] > * > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=top] > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=top] > .db-shell-sub-navigation::before {
494
+ content: "";
495
+ background-color: var(--db-divider-bg-color);
496
+ position: absolute;
497
+ block-size: var(--db-border-width-3xs);
498
+ inset-block-end: 0;
499
+ inset-inline: 0;
500
+ /* stylelint-disable-next-line db-ux/use-border-color */
501
+ /* stylelint-disable-next-line at-rule-empty-line-before */
502
+ }
503
+ }
504
+ @media screen and (width <= 48em) and (forced-colors: active) {
505
+ .db-shell[data-control-panel-mobile-position=top]:not([data-sub-navigation-mobile-position]) > * > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top]:not([data-sub-navigation-mobile-position]) > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top]:not([data-sub-navigation-mobile-position]) > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=top] > * > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=top] > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=top] > .db-shell-sub-navigation::before {
506
+ border-block-end: var(--db-border-width-3xs) solid var(--db-divider-bg-color);
507
+ }
508
+ }
509
+ @media screen and (width <= 48em) {
510
+ .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=bottom] {
511
+ grid-template-areas: "control-panel" "main" "sub-navigation";
512
+ grid-template-rows: [control-panel] auto [main] 1fr [sub-navigation] auto;
513
+ }
514
+ .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=bottom] > * > db-shell-sub-navigation > .db-shell-sub-navigation, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=bottom] > db-shell-sub-navigation > .db-shell-sub-navigation, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=bottom] > .db-shell-sub-navigation {
515
+ --db-divider-bg-color: var(--db-adaptive-on-bg-basic-emphasis-60-default);
516
+ position: var(--db-tooltip-parent-position, relative);
517
+ }
518
+ .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=bottom] > * > db-shell-sub-navigation > .db-shell-sub-navigation[data-emphasis=strong], .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=bottom] > db-shell-sub-navigation > .db-shell-sub-navigation[data-emphasis=strong], .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=bottom] > .db-shell-sub-navigation[data-emphasis=strong] {
519
+ --db-divider-bg-color: var(--db-adaptive-on-bg-basic-emphasis-70-default);
520
+ }
521
+ .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=bottom] > * > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=bottom] > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=bottom] > .db-shell-sub-navigation::before {
522
+ content: "";
523
+ background-color: var(--db-divider-bg-color);
524
+ position: absolute;
525
+ block-size: var(--db-border-width-3xs);
526
+ inset-block-start: 0;
527
+ inset-inline: 0;
528
+ /* stylelint-disable-next-line db-ux/use-border-color */
529
+ /* stylelint-disable-next-line at-rule-empty-line-before */
530
+ }
531
+ }
532
+ @media screen and (width <= 48em) and (forced-colors: active) {
533
+ .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=bottom] > * > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=bottom] > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=top][data-sub-navigation-mobile-position=bottom] > .db-shell-sub-navigation::before {
534
+ border-block-start: var(--db-border-width-3xs) solid var(--db-divider-bg-color);
535
+ }
536
+ }
537
+ @media screen and (width <= 48em) {
538
+ .db-shell[data-control-panel-mobile-position=bottom] {
539
+ grid-template-areas: "sub-navigation" "main" "control-panel";
540
+ grid-template-rows: [control-panel] auto [main] 1fr [control-panel] auto;
541
+ }
542
+ .db-shell[data-control-panel-mobile-position=bottom] > * > db-shell-sub-navigation > .db-shell-sub-navigation, .db-shell[data-control-panel-mobile-position=bottom] > db-shell-sub-navigation > .db-shell-sub-navigation, .db-shell[data-control-panel-mobile-position=bottom] > .db-shell-sub-navigation {
543
+ --db-divider-bg-color: var(--db-adaptive-on-bg-basic-emphasis-60-default);
544
+ position: var(--db-tooltip-parent-position, relative);
545
+ }
546
+ .db-shell[data-control-panel-mobile-position=bottom] > * > db-shell-sub-navigation > .db-shell-sub-navigation[data-emphasis=strong], .db-shell[data-control-panel-mobile-position=bottom] > db-shell-sub-navigation > .db-shell-sub-navigation[data-emphasis=strong], .db-shell[data-control-panel-mobile-position=bottom] > .db-shell-sub-navigation[data-emphasis=strong] {
547
+ --db-divider-bg-color: var(--db-adaptive-on-bg-basic-emphasis-70-default);
548
+ }
549
+ .db-shell[data-control-panel-mobile-position=bottom] > * > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=bottom] > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=bottom] > .db-shell-sub-navigation::before {
550
+ content: "";
551
+ background-color: var(--db-divider-bg-color);
552
+ position: absolute;
553
+ block-size: var(--db-border-width-3xs);
554
+ inset-block-end: 0;
555
+ inset-inline: 0;
556
+ /* stylelint-disable-next-line db-ux/use-border-color */
557
+ /* stylelint-disable-next-line at-rule-empty-line-before */
558
+ }
559
+ }
560
+ @media screen and (width <= 48em) and (forced-colors: active) {
561
+ .db-shell[data-control-panel-mobile-position=bottom] > * > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=bottom] > db-shell-sub-navigation > .db-shell-sub-navigation::before, .db-shell[data-control-panel-mobile-position=bottom] > .db-shell-sub-navigation::before {
562
+ border-block-end: var(--db-border-width-3xs) solid var(--db-divider-bg-color);
563
+ }
564
+ }
565
+ @media screen and (width <= 48em) {
566
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation > .db-shell-sub-navigation-button, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation > .db-shell-sub-navigation-button, .db-shell > .db-shell-sub-navigation > .db-shell-sub-navigation-button {
567
+ display: none;
568
+ }
569
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation-item-group, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation-item-group, .db-shell > .db-shell-sub-navigation .db-navigation-item-group {
570
+ display: none !important;
571
+ }
572
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation, .db-shell > .db-shell-sub-navigation .db-navigation {
573
+ --db-overflow-scroll-button-inset-block: var(--db-spacing-fixed-xs);
574
+ --db-overflow-scroll-button-inset-inline-start: 0;
575
+ display: grid;
576
+ }
577
+ @supports (scrollbar-width: none) {
578
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation:has(.db-button) > menu, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation:has(.db-button) > menu, .db-shell > .db-shell-sub-navigation .db-navigation:has(.db-button) > menu {
579
+ scrollbar-width: none;
580
+ }
581
+ }
582
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation:has(.db-button) > menu::-webkit-scrollbar, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation:has(.db-button) > menu::-webkit-scrollbar, .db-shell > .db-shell-sub-navigation .db-navigation:has(.db-button) > menu::-webkit-scrollbar {
583
+ display: none;
584
+ }
585
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation:has(.db-button) > menu::before, .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation:has(.db-button) > menu::after, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation:has(.db-button) > menu::before, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation:has(.db-button) > menu::after, .db-shell > .db-shell-sub-navigation .db-navigation:has(.db-button) > menu::before, .db-shell > .db-shell-sub-navigation .db-navigation:has(.db-button) > menu::after {
586
+ block-size: calc(100% - var(--db-border-width-3xs));
587
+ inset-block: 0;
588
+ flex: none;
589
+ }
590
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu, .db-shell > .db-shell-sub-navigation .db-navigation > menu {
591
+ overflow: auto hidden;
592
+ scrollbar-gutter: stable both-edges;
593
+ flex-direction: row;
594
+ }
595
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > * > db-navigation-item-group > .db-navigation-item-group:is(button)::after,
596
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > * > db-navigation-item-group > .db-navigation-item-group > button::after, .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > db-navigation-item-group > .db-navigation-item-group:is(button)::after,
597
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > db-navigation-item-group > .db-navigation-item-group > button::after, .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > .db-navigation-item-group:is(button)::after,
598
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > .db-navigation-item-group > button::after, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > * > db-navigation-item-group > .db-navigation-item-group:is(button)::after,
599
+ .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > * > db-navigation-item-group > .db-navigation-item-group > button::after, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > db-navigation-item-group > .db-navigation-item-group:is(button)::after,
600
+ .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > db-navigation-item-group > .db-navigation-item-group > button::after, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > .db-navigation-item-group:is(button)::after,
601
+ .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > .db-navigation-item-group > button::after, .db-shell > .db-shell-sub-navigation .db-navigation > menu > * > db-navigation-item-group > .db-navigation-item-group:is(button)::after,
602
+ .db-shell > .db-shell-sub-navigation .db-navigation > menu > * > db-navigation-item-group > .db-navigation-item-group > button::after, .db-shell > .db-shell-sub-navigation .db-navigation > menu > db-navigation-item-group > .db-navigation-item-group:is(button)::after,
603
+ .db-shell > .db-shell-sub-navigation .db-navigation > menu > db-navigation-item-group > .db-navigation-item-group > button::after, .db-shell > .db-shell-sub-navigation .db-navigation > menu > .db-navigation-item-group:is(button)::after,
604
+ .db-shell > .db-shell-sub-navigation .db-navigation > menu > .db-navigation-item-group > button::after {
605
+ --db-icon-trailing: "chevron_down";
606
+ }
607
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > * > db-navigation-item-group > .db-navigation-item-group > .db-navigation-item-group-menu, .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > db-navigation-item-group > .db-navigation-item-group > .db-navigation-item-group-menu, .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > .db-navigation-item-group > .db-navigation-item-group-menu, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > * > db-navigation-item-group > .db-navigation-item-group > .db-navigation-item-group-menu, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > db-navigation-item-group > .db-navigation-item-group > .db-navigation-item-group-menu, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > .db-navigation-item-group > .db-navigation-item-group-menu, .db-shell > .db-shell-sub-navigation .db-navigation > menu > * > db-navigation-item-group > .db-navigation-item-group > .db-navigation-item-group-menu, .db-shell > .db-shell-sub-navigation .db-navigation > menu > db-navigation-item-group > .db-navigation-item-group > .db-navigation-item-group-menu, .db-shell > .db-shell-sub-navigation .db-navigation > menu > .db-navigation-item-group > .db-navigation-item-group-menu {
608
+ inset-block-start: calc(100% + var(--db-popover-distance, var(--db-spacing-fixed-md)));
609
+ }
610
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > * > db-navigation-item-group > .db-navigation-item-group > .db-navigation-item-group-menu::before, .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > db-navigation-item-group > .db-navigation-item-group > .db-navigation-item-group-menu::before, .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > .db-navigation-item-group > .db-navigation-item-group-menu::before, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > * > db-navigation-item-group > .db-navigation-item-group > .db-navigation-item-group-menu::before, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > db-navigation-item-group > .db-navigation-item-group > .db-navigation-item-group-menu::before, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu > .db-navigation-item-group > .db-navigation-item-group-menu::before, .db-shell > .db-shell-sub-navigation .db-navigation > menu > * > db-navigation-item-group > .db-navigation-item-group > .db-navigation-item-group-menu::before, .db-shell > .db-shell-sub-navigation .db-navigation > menu > db-navigation-item-group > .db-navigation-item-group > .db-navigation-item-group-menu::before, .db-shell > .db-shell-sub-navigation .db-navigation > menu > .db-navigation-item-group > .db-navigation-item-group-menu::before {
611
+ content: "";
612
+ position: absolute;
613
+ inset-inline-start: 0;
614
+ inline-size: 100%;
615
+ block-size: calc(var(--db-spacing-fixed-3xs) + var(--db-spacing-fixed-md));
616
+ inset-block-start: calc(-1 * var(--db-spacing-fixed-md) - var(--db-spacing-fixed-3xs));
617
+ }
618
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > .overflow-scroll-left-button, .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > db-button > .overflow-scroll-left-button,
619
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > .overflow-scroll-right-button, .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > db-button > .overflow-scroll-right-button, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > .overflow-scroll-left-button, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > db-button > .overflow-scroll-left-button,
620
+ .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > .overflow-scroll-right-button, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > db-button > .overflow-scroll-right-button, .db-shell > .db-shell-sub-navigation .db-navigation > .overflow-scroll-left-button, .db-shell > .db-shell-sub-navigation .db-navigation > db-button > .overflow-scroll-left-button,
621
+ .db-shell > .db-shell-sub-navigation .db-navigation > .overflow-scroll-right-button, .db-shell > .db-shell-sub-navigation .db-navigation > db-button > .overflow-scroll-right-button {
622
+ display: none;
623
+ }
624
+ .db-shell > * > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu, .db-shell > db-shell-sub-navigation > .db-shell-sub-navigation .db-navigation > menu, .db-shell > .db-shell-sub-navigation .db-navigation > menu {
625
+ padding-block: var(--db-spacing-fixed-xs);
626
+ /* workaround for showing correct scrolling and focus */
627
+ padding-inline-start: calc(var(--db-spacing-fixed-sm) / 2);
628
+ margin-inline-start: calc(var(--db-spacing-fixed-sm) / 2);
629
+ }
630
+ .db-shell > * > db-control-panel-desktop > .db-control-panel-desktop, .db-shell > db-control-panel-desktop > .db-control-panel-desktop, .db-shell > .db-control-panel-desktop {
631
+ display: none;
632
+ }
633
+ }