mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
add focus style to kanban edit elements #1506
This commit is contained in:
parent
f2f30a63a9
commit
3fa57d0311
@ -191,6 +191,11 @@
|
||||
border: 0;
|
||||
background: transparent;
|
||||
align-self: flex-start;
|
||||
outline-style: none;
|
||||
border-radius: 5px;
|
||||
&:focus {
|
||||
outline: @cryptpad_color_brand solid 2px;
|
||||
}
|
||||
@media (hover: none) {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user