add outline to focused elements on Code/Markdown tools

This commit is contained in:
daria 2024-04-17 15:09:54 +03:00
parent 2bd8ff8f23
commit 08f859ab0e

View File

@ -77,6 +77,12 @@
&:hover {
background-color: contrast(@cp_toolbar-bg, darken(@cp_toolbar-bg, 5%), lighten(@cp_toolbar-bg, 5%));
}
&:focus {
outline: @cryptpad_color_brand solid 2px;
}
}
button:nth-of-type(1){
margin-left: 0.3rem;
}
}