mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
add focus style for color picker inside kanban modals #1506
This commit is contained in:
parent
db21bdfc60
commit
2fd586923e
@ -152,6 +152,7 @@
|
||||
line-height: 30px;
|
||||
color: @cp_kanban-fg;
|
||||
border: 1px solid fade(@cp_kanban-fg, 40%);
|
||||
outline: none;
|
||||
// tick on selected color
|
||||
&.cp-kanban-palette-card.fa-check {
|
||||
color: @cryptpad_text_col;
|
||||
@ -159,6 +160,9 @@
|
||||
&.cp-kanban-palette-board.fa-check {
|
||||
color: @cryptpad_text_col_inv;
|
||||
}
|
||||
&:focus{
|
||||
outline: @cryptpad_color_brand solid 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
#cp-kanban-edit-tags {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user