Skip to content

Commit

Permalink
Remove border around text input
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoonmi committed Nov 22, 2023
1 parent 67a34c1 commit cccccbd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/extensions/surveys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,9 @@ const style = (id: string, appearance: SurveyAppearance | null) => {
position: relative;
opacity: 1;
flex-grow: 1;
border: 1.5px solid rgba(0,0,0,.25);
border-radius: 2px;
border: 0;
outline: 0;
}
.multiple-choice-options .choice-option-open label input:focus {
border-color: rgba(0,0,0);
}
.thank-you-message {
position: fixed;
bottom: 0px;
Expand Down

0 comments on commit cccccbd

Please sign in to comment.