Merge remote-tracking branch 'upstream/pull/3648'
This commit is contained in:
commit
89fd11079f
2 changed files with 10 additions and 9 deletions
12
.github/ISSUE_TEMPLATE/feature.yml
vendored
12
.github/ISSUE_TEMPLATE/feature.yml
vendored
|
@ -4,18 +4,26 @@ description: You want to request a feature, share an idea or have a question.
|
||||||
# labels:
|
# labels:
|
||||||
# assignees:
|
# assignees:
|
||||||
body:
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: idea
|
||||||
|
attributes:
|
||||||
|
label: Problem
|
||||||
|
description: Please describe the problem or use case that is the cause for your feature request or idea.
|
||||||
|
placeholder:
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: idea
|
id: idea
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: Please describe you feature request, idea or question.
|
description: Please describe your feature request, idea or question.
|
||||||
placeholder:
|
placeholder:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Screenshots
|
label: Screenshots
|
||||||
description: Please add screenshots if they can help us understand your request/idea/question.
|
description: Please add screenshots or mockups if they can help us understand your request/idea/question.
|
||||||
placeholder:
|
placeholder:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
|
@ -201,16 +201,9 @@ nav.secondary {
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: $grey;
|
border-color: $grey;
|
||||||
}
|
}
|
||||||
&:focus {
|
|
||||||
background-color: white;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
&.show .btn-outline-secondary {
|
&.show .btn-outline-secondary {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
&:focus {
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue