Skip to content

Commit

Permalink
Merge pull request #401 from TykTechnologies/combobox-entry-field-err…
Browse files Browse the repository at this point in the history
…or-state

fixes combobox entry field error state background color
  • Loading branch information
ifrim authored Jan 20, 2025
2 parents 5e018be + c0b0f6f commit ee81fd4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tyk-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tyk-ui.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tyk-technologies/tyk-ui",
"version": "4.4.14",
"version": "4.4.15",
"description": "Tyk UI - ui reusable components",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/form/components/Combobox2/Combobox.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
}

.tyk-combobox2__entry-field {
background-color: transparent;
cursor: not-allowed;

&.disabled {
Expand Down Expand Up @@ -102,6 +101,7 @@
}

.tyk-combobox2__entry-field {
background-color: transparent;
border: none;
line-height: 30px;

Expand Down

0 comments on commit ee81fd4

Please sign in to comment.