Replies: 5 comments 2 replies
-
EuiPopoverEuiPopover’s |
Beta Was this translation helpful? Give feedback.
-
EuiTextAmsterdam now comes with a smaller body font size, down from The solution, for those who need the larger font size, should wrap their text with an |
Beta Was this translation helpful? Give feedback.
-
EuiPanelIn the default theme, EuiPanel comes with a border and a slight shadow by default. In Amsterdam, this border has been removed. However, if the intended style of the panel was to have the border, you can add it back on with Default theme panel Amsterdam default panel |
Beta Was this translation helpful? Give feedback.
-
EuiFilterButtonThis affects both themes. Filter buttons need to be encompassed inside a EuiFilterGroup even if there is only one button. Otherwise you will see missing borders like this: To fix, just wrap your buttons (and popovers) with the group like so: <EuiFilterGroup>
<EuiPopover button={<EuiFilterButton />} />
</EuiFilterGroup> |
Beta Was this translation helpful? Give feedback.
-
Focus outline on non-buttonsAmsterdam focuses on increasing legibility of focus states for all components. It adds a general eui/src/themes/eui-amsterdam/global_styling/reset/_reset.scss Lines 72 to 89 in 7dc7da7 This may mean that some non-button elements like EuiFlyout and EuiPopover that get a Here is a list of known components and any progress for updating these:
Please add to the list above as more are found. |
Beta Was this translation helpful? Give feedback.
-
EUI is taking the opportunity in the new theme to increase the flexibility in styling without breaking the previous theme. This means that while the component is working correctly in the default theme, you may need to adjust some props for the new theme.
We'll use this discussion to list the known breaks/upgrade paths for consumers of Amsterdam.
Beta Was this translation helpful? Give feedback.
All reactions