add focus style for links in modals #1506

This commit is contained in:
daria 2024-06-06 20:57:51 +03:00
parent 8ab32b7862
commit bee0d6128f
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@
text-decoration: none;
}
}
.cp-usergrid-user, textarea {
.cp-usergrid-user, textarea, a {
outline: none;
&:focus {
outline: @cryptpad_color_brand solid 2px;