lint compliance

This commit is contained in:
yflory 2024-06-24 15:27:37 +02:00
parent 4f484cc611
commit 79335f5d28
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -138,7 +138,7 @@
color: @cryptpad_text_col;
}
outline: none;
&:focus{
&:focus {
outline: @cryptpad_color_brand solid 2px;
}
}