Skip to content

Commit

Permalink
fix(editors): date editor close button not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jun 30, 2021
1 parent 32f0c97 commit 61bc6ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/modules/angular-slickgrid/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ $date-editor-focus-border-color: $editor-focus-border-color !defa
$date-editor-focus-box-shadow: $editor-focus-box-shadow !default;
$date-editor-height: $editor-input-height !default;
$date-editor-clear-button-icon: "\f00d" !default;
$date-editor-clear-button-icon-margin-top: -14px !default;
$date-editor-clear-button-icon-margin-top: -18px !default;
$date-editor-clear-button-icon-height: initial !default;
$date-editor-clear-button-icon-padding: 6px !default;
$date-editor-clear-button-icon-size: inherit !default;
Expand Down
3 changes: 2 additions & 1 deletion src/app/modules/angular-slickgrid/styles/slick-editors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
}

.flatpickr.input-group {
height: $date-editor-height;
.input-group-btn {
.btn {
background-color: #eeeeee;
Expand All @@ -52,7 +53,7 @@
border-bottom-right-radius: $text-editor-border-radius;
cursor: pointer;
height: $date-editor-height;
&.icon-close:before {
&.icon-clear:before {
font-family: $icon-font-family;
font-size: $date-editor-clear-button-icon-size;
content: $date-editor-clear-button-icon;
Expand Down

0 comments on commit 61bc6ca

Please sign in to comment.