Skip to content

Commit

Permalink
[#1584] Add custom input borderless style
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Sep 4, 2023
1 parent 4cf8c1c commit 309e1fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/src/styles/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
box-shadow: 0px 0px 0px 2px $systemInfo3;
}
}
.ant-input-affix-wrapper {
.ant-input {
height: auto;
background: transparent;
border-radius: 0;
}
.ant-input-affix-wrapper .ant-input,
.ant-input.ant-input-borderless {
color: inherit;
height: auto;
background: transparent;
border-radius: 0;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
Expand Down

0 comments on commit 309e1fc

Please # to comment.