fix: Prevent dropdown misplacement in iOS #11662
Annotations
2 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration tests:
src/__integ__/themes.test.ts#L54
expect(received).resolves.toMatchSnapshot()
Snapshot name: `CSS Custom Properties match previous snapshot for mode "visual-refresh" 1`
- Snapshot - 656
+ Received + 1
- {
- "border-active-width": "4px",
- "border-code-editor-status-divider-width": "1px",
- "border-container-sticky-width": "0px",
- "border-container-top-width": "0px",
- "border-control-focus-ring-shadow-spread": "0px",
- "border-control-invalid-focus-ring-shadow-spread": "2px",
- "border-divider-list-width": "1px",
- "border-divider-section-width": "1px",
- "border-dropdown-virtual-offset-width": "2px",
- "border-invalid-width": "8px",
- "border-item-width": "2px",
- "border-line-chart-dash-array": "3 5",
- "border-line-chart-line-join": "round",
- "border-line-chart-width": "2px",
- "border-link-focus-ring-outline": "0",
- "border-link-focus-ring-shadow-spread": "2px",
- "border-panel-header-width": "1px",
- "border-panel-top-width": "1px",
- "border-radius-alert": "12px",
- "border-radius-badge": "4px",
- "border-radius-button": "20px",
- "border-radius-calendar-day-focus-ring": "3px",
- "border-radius-chat-bubble": "8px",
- "border-radius-code-editor": "8px",
- "border-radius-container": "16px",
- "border-radius-control-circular-focus-ring": "4px",
- "border-radius-control-default-focus-ring": "4px",
- "border-radius-dropdown": "8px",
- "border-radius-dropzone": "12px",
- "border-radius-flashbar": "12px",
- "border-radius-input": "8px",
- "border-radius-item": "8px",
- "border-radius-popover": "8px",
- "border-radius-tabs-focus-ring": "20px",
- "border-radius-tiles": "8px",
- "border-radius-token": "8px",
- "border-radius-tutorial-panel-item": "8px",
- "border-table-sticky-width": "1px",
- "border-width-alert": "2px",
- "border-width-field": "2px",
- "border-width-popover": "2px",
- "color-background-avatar-default": "#424650",
- "color-background-avatar-gen-ai": "radial-gradient(circle farthest-corner at top left,rgba(0, 150, 250, 1) -25%,rgba(0, 150, 250, 0) 55%),radial-gradient(circle farthest-corner at top right, rgba(216, 178, 255, 1) -10%, rgba(115, 0, 229, 1) 50%)",
- "color-background-badge-icon": "#db0000",
- "color-background-button-link-active": "#d1f1ff",
- "color-background-button-link-hover": "#f0fbff",
- "color-background-button-normal-active": "#d1f1ff",
- "color-background-button-normal-default": "#ffffff",
- "color-background-button-normal-disabled": "#ffffff",
- "color-background-button-normal-hover": "#f0fbff",
- "color-background-button-primary-active": "#002b66",
- "color-background-button-primary-default": "#006ce0",
- "color-background-button-primary-disabled": "#ebebf0",
- "color-background-button-primary-hover": "#002b66",
- "color-background-calendar-current-date": "#f3f3f7",
- "color-background-cell-shaded": "#f6f6f9",
- "color-background-chat-bubble-incoming": "#f6f6f9",
- "color-background-chat-bubble-outgoing": "transparent",
- "color-background-code-editor-gutter-active-line-default": "#656871",
- "color-background-code-editor-gutter-active-line-error": "#db0000",
- "color-background-code-editor-gutter-default": "#f3f3f7",
- "color-background-code-editor-loading": "#f9f9fa",
- "color-background-code-editor-pane-item-hover": "#ebebf0",
- "color-background-code-editor-status-bar": "#f3f3f7",
- "color-background-container-content": "#ffffff",
- "color-background-container-header": "#ffffff",
- "color-background-control-checked": "#006ce0",
- "color-background-control-default": "#ffffff",
- "color-background-control-disabled": "#dedee3",
- "color-background-dropdown-item-default": "#ffffff",
- "color-background-dropdown-item-dimmed": "transparent",
- "color-background-dropdown-item-filter-match": "#f0fbff",
- "color-background-dropdown-item-hover": "#f3f3f7",
- "color-background-dropdown-item-selected": "#f0fbff",
- "color-background-home-header": "#0f141a",
- "color-background-input-default": "#ffffff",
- "color-background-input-disabled": "#ebebf0",
- "color-back
|
Loading