Skip to content

Commit

Permalink
fix(styles): improve ui of the text field (#52)
Browse files Browse the repository at this point in the history
* fix(core): fix the invalid date issue when no time is selected for date/time column

* fix(core): enable input field to remain active on mouse selection of the entered text

#44

* fix(styles): improve ui of text field
  • Loading branch information
arpit1503khanna authored Feb 15, 2024
1 parent d10636e commit abbb7c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ input[type="time"]:focus {
}
}
.text-input {
border: 2px solid $primary-color;
border: 0px solid $primary-color;
padding: 3px
}
.option-div {
padding: 5px 15px;
Expand Down Expand Up @@ -253,8 +254,12 @@ input[type="time"]:focus {
max-width: none;
font-size: 15px;
background-color: white;
z-index: 1;
padding: 1px
}
div.ngxp__arrow {
display:none;
}

fieldset {
border: 0;
text-align: center;
Expand All @@ -275,7 +280,6 @@ input[type="time"]:focus {
}

.date-time-picker {
border: 1px solid;
max-width: 530px;
border-radius: 5px;
.date-input{
Expand Down
2 changes: 1 addition & 1 deletion projects/workflows-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"access": "public",
"directory": "dist"
},
"hash": "04a0e776afc8afd96f827f3e10f8c4ae642720bd7f79d9dcc9ca4552b9295eb2"
"hash": "dda70d8a9d99d65ee401e21d612ff1e06abcf035a18b4a570f42280075945c22"
}

0 comments on commit abbb7c0

Please sign in to comment.