Skip to content

Commit

Permalink
add focus style for inputs inside modals #1506
Browse files Browse the repository at this point in the history
  • Loading branch information
dariiing committed Jun 6, 2024
1 parent 9f13370 commit db21bdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions customize.dist/src/less2/include/alertify.less
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@

input {
.tools_placeholder-color();
outline: none;
&:focus-visible {
outline: @cryptpad_color_brand solid 2px;
}
}

span.cp-password-container {
Expand Down

0 comments on commit db21bdf

Please sign in to comment.