mirror of https://github.com/xwiki-labs/cryptpad
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