change focus style on elements from Ctrl+E modal #1506

This commit is contained in:
daria 2024-07-11 16:11:51 +03:00
parent 072dba254e
commit 9098823fd7
1 changed files with 3 additions and 0 deletions

View File

@ -953,6 +953,9 @@
li, li .fa, li .cptools { li, li .fa, li .cptools {
cursor: pointer; cursor: pointer;
border-radius: @variables_radius; border-radius: @variables_radius;
&:focus {
outline: @cryptpad_color_brand solid 2px;
}
} }
&> p { &> p {
display: flex; display: flex;