Skip to content

Commit

Permalink
More accurate icons for selects (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
llorca authored and giladgray committed Jul 25, 2017
1 parent d5c3c6f commit 85a42b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/components/forms/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ $control-group-stack: (
right: $input-padding-horizontal * 0.7;
line-height: $pt-button-height;
color: $pt-icon-color;
content: $pt-icon-caret-down;
content: $pt-icon-double-caret-vertical;
pointer-events: none;

&.pt-disabled {
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/examples/selectExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class SelectExample extends BaseExample<ISelectExampleState> {
popoverProps={{ popoverClassName: minimal ? Classes.MINIMAL : "" }}
>
<Button
rightIconName="double-caret-vertical"
rightIconName="caret-down"
text={film ? film.title : "(No selection)"}
/>
</FilmSelect>
Expand Down

1 comment on commit 85a42b2

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

More accurate icons for selects (#1366)

Preview: documentation
Coverage: core | datetime

Please sign in to comment.