diff --git a/ui/src/components/field/QField.sass b/ui/src/components/field/QField.sass index 649c076991f..ebf6b6a8d47 100644 --- a/ui/src/components/field/QField.sass +++ b/ui/src/components/field/QField.sass @@ -126,6 +126,7 @@ $field-transition-label-right-up: .324s cubic-bezier(.4,0,.2,1) width: 100% min-width: 0 // needed for FF outline: 0 !important // needed for FF + user-select: auto &:-webkit-autofill -webkit-animation-name: q-autofill diff --git a/ui/src/components/field/QField.styl b/ui/src/components/field/QField.styl index 5247363b8ff..51accd9f21e 100644 --- a/ui/src/components/field/QField.styl +++ b/ui/src/components/field/QField.styl @@ -126,6 +126,7 @@ $field-transition-label-right-up = .324s cubic-bezier(.4,0,.2,1) width: 100% min-width: 0 // needed for FF outline: 0 !important // needed for FF + user-select: auto &:-webkit-autofill -webkit-animation-name: q-autofill