Skip to content

Commit

Permalink
fix(elements): default overflow tooltip not working on TextField Butt…
Browse files Browse the repository at this point in the history
…on and Pill (#573)
  • Loading branch information
dtanp-rft authored Jan 23, 2023
1 parent eff8a75 commit a0919ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import 'element:ef-icon';
@import 'element:ef-tooltip';
@import '../shared-styles/button';
@import '../responsive';

Expand Down
1 change: 1 addition & 0 deletions packages/elemental-theme/src/custom-elements/ef-pill.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import '../shared-styles/close-button';
@import 'element:ef-icon';
@import 'element:ef-tooltip';
@import '../responsive';

:host {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import '../shared-styles/input';
@import 'element:ef-icon';
@import 'element:ef-tooltip';
@import '../responsive';

:host {
Expand Down

0 comments on commit a0919ef

Please sign in to comment.