Merge pull request #31353 from nextcloud/bugfix/noid/fix-missing-focus-highlight

Fix missing focus highlight for guest buttons
pull/31364/head
Joas Schilling 2022-02-26 01:00:00 +07:00 committed by GitHub
commit a39d850030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

@ -270,6 +270,10 @@ select {
border-radius: 100px; /* --border-radius-pill */
cursor: pointer;
}
input[type='submit']:focus {
border: 2px solid black !important;
padding: 8px;
}
input[type='text'],
input[type='tel'],
input[type='password'],