Set autofocus to assignee dropdown (board popover)
This commit is contained in:
@@ -262,6 +262,10 @@ select {
|
||||
max-width: 95%;
|
||||
}
|
||||
|
||||
select:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
::-webkit-input-placeholder {
|
||||
color: #ddd;
|
||||
padding-top: 2px;
|
||||
|
||||
@@ -57,6 +57,10 @@ select {
|
||||
max-width: 95%;
|
||||
}
|
||||
|
||||
select:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
::-webkit-input-placeholder {
|
||||
color: #ddd;
|
||||
padding-top: 2px;
|
||||
|
||||
Reference in New Issue
Block a user