Skip to content

Commit cccccbd

Browse files
committed
Remove border around text input
1 parent 67a34c1 commit cccccbd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/extensions/surveys.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,9 @@ const style = (id: string, appearance: SurveyAppearance | null) => {
293293
position: relative;
294294
opacity: 1;
295295
flex-grow: 1;
296-
border: 1.5px solid rgba(0,0,0,.25);
297-
border-radius: 2px;
296+
border: 0;
298297
outline: 0;
299298
}
300-
.multiple-choice-options .choice-option-open label input:focus {
301-
border-color: rgba(0,0,0);
302-
}
303299
.thank-you-message {
304300
position: fixed;
305301
bottom: 0px;

0 commit comments

Comments
 (0)