Skip to content

Commit

Permalink
Merge pull request #3201 from nextcloud/fix/focus-text-input
Browse files Browse the repository at this point in the history
Fix active and focus frame
  • Loading branch information
CarlSchwan authored Sep 9, 2022
2 parents e03c2c9 + 86a961e commit 43ce813
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/NcInputField/NcInputField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@ export default {
-webkit-appearance: textfield !important;
-moz-appearance: textfield !important;
&:hover:not([disabled]) {
&:active:not([disabled]),
&:hover:not([disabled]),
&:focus:not([disabled]) {
border-color: var(--color-primary-element);
}
Expand Down

0 comments on commit 43ce813

Please sign in to comment.