You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug @andreadelrio let us know there were at least two Kibana components that had a border / border-radius displaying incorrectly for buttons that were embedded with inputs. The EUI team's investigation concluded this is a difference in the order Emotion and Sass styles are loaded in EUI vs. Kibana.
The EUI team concluded the best way to manage this will be to convert EuiFilterButton to use Emotion and fold it into a next release. The fix would then be upstreamed into Kibana on next upgrade.
Environment and versions
EUI version: 83.0.0
React version: 17
Kibana version (if applicable): 8.8.2
Browser: Chrome
Operating System: MacOS
To Reproduce
Steps to reproduce the behavior:
Pull latest main from Kibana and bootstrap it
Load the sample flight data
Navigate to the Discover view
Observe the slight rounded border as shown in the screen shot below.
Expected behavior
The border should be square (not radiused) and not show through the background.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
@andreadelrio let us know there were at least two Kibana components that had a border / border-radius displaying incorrectly for buttons that were embedded with inputs. The EUI team's investigation concluded this is a difference in the order Emotion and Sass styles are loaded in EUI vs. Kibana.
The EUI team concluded the best way to manage this will be to convert
EuiFilterButton
to use Emotion and fold it into a next release. The fix would then be upstreamed into Kibana on next upgrade.Environment and versions
To Reproduce
Steps to reproduce the behavior:
main
from Kibana and bootstrap itExpected behavior
The border should be square (not radiused) and not show through the background.
Screenshots
The text was updated successfully, but these errors were encountered: