[ControlGroup] Border radius not inherited by components with popovers · Issue #2730 · palantir/blueprint · GitHub
More Web Proxy on the site http://driver.im/
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
Environment
Steps to reproduce
Add a popover to a button that is inside a control group
Actual behavior
Border radius is not inherited by components wrapped in a popover, eg
<Select />
,<Button />
Expected behavior
Components should inherit border radius based on their position in the ControlGroup
Possible solution
Add
border-radius: inherit
to popover-target and popover-wrapper when inside a control groupThe text was updated successfully, but these errors were encountered: