Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant hover a rightElement button while input focused #236

Closed
Reaverart opened this issue Nov 24, 2016 · 1 comment
Closed

Cant hover a rightElement button while input focused #236

Reaverart opened this issue Nov 24, 2016 · 1 comment

Comments

@Reaverart
Copy link

Bug Report

  • Package version(s): (1.1.0)
  • Browser and OS versions: (chrome 54, osX 10.11.6)

Describe the issue:

If input group lays inside of control group I cant hover a rightElement button of input group when input focused.
It happens because of this rule https://github.com/palantir/blueprint/blob/master/packages/core/src/components/forms/_control-group.scss#L85
So inputs lays over rightElement button when focused

<div class="pt-control-group">
  <div class="pt-input-group">
    <span class="pt-icon pt-icon-search"></span>
    <input type="text" placeholder="Search..." class="pt-input" style="padding-right: 30px;">
    <span class="pt-input-action">
      <button class="pt-button pt-icon-small-cross pt-intent-warning pt-minimal" type="button"></button>
    </span>
  </div>
</div>

Actual behavior:

button unavailable

Expected behavior:

button should be available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants