add focus style for inputs inside modals #1506

This commit is contained in:
daria 2024-06-06 20:21:12 +03:00
parent 9f13370ba5
commit db21bdfc60
1 changed files with 4 additions and 0 deletions

View File

@ -263,6 +263,10 @@
input {
.tools_placeholder-color();
outline: none;
&:focus-visible {
outline: @cryptpad_color_brand solid 2px;
}
}
span.cp-password-container {