Skip to content

Commit

Permalink
fix disappearing caret on focus of HTMLSelect in ControlGroup (fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbach authored and giladgray committed Nov 15, 2018
1 parent 0b1fc29 commit 8cf3542
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/src/components/forms/_control-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ Styleguide control-group

// keep the select-menu carets on top of everything always (particularly when
// .#{$ns}-selects are focused).
.#{$ns}-select::after {
.#{$ns}-select::after,
.#{$ns}-html-select::after,
.#{$ns}-select > .#{$ns}-icon,
.#{$ns}-html-select > .#{$ns}-icon {
z-index: index($control-group-stack, "select-caret");
}

Expand Down

1 comment on commit 8cf3542

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix disappearing caret on focus of HTMLSelect in ControlGroup (fixes #3003) (#3150)

Previews: documentation | landing | table

Please sign in to comment.