diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2026-03-24 09:27:04 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2026-03-24 19:39:11 +0100 |
| commit | 8d44ff51e2bb7fb40c4d7eda44393d57d72cfd88 (patch) | |
| tree | 74670271bbef78dce47d7f821c10212bbd4758a5 /client | |
| parent | f8056b5e44b7aedc43125fc680d4b0315d09f48f (diff) | |
[mod] remove the "Submit a new issue on Github" form (#5896)
Submitting an issue on GitHub isn't a end user task .. most issue reports coming
from this form are not filled out, since end users are not familiar with the
needs of a developer community.
Closes: https://github.com/searxng/searxng/issues/5820
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'client')
| -rw-r--r-- | client/simple/src/less/new_issue.less | 38 | ||||
| -rw-r--r-- | client/simple/src/less/style.less | 1 |
2 files changed, 0 insertions, 39 deletions
diff --git a/client/simple/src/less/new_issue.less b/client/simple/src/less/new_issue.less deleted file mode 100644 index 9ecffd206..000000000 --- a/client/simple/src/less/new_issue.less +++ /dev/null @@ -1,38 +0,0 @@ -// SPDX-License-Identifier: AGPL-3.0-or-later - -.stats_endpoint { - .github-issue-button { - display: block; - font-size: 16px; - } - - .issue-hide { - display: none; - } - - input[type="checked"] { - position: absolute; - } - - label { - margin: 1rem 1rem 1rem 0; - } - - .step_content { - margin: 1rem 1rem 1rem 2rem; - } - - .step1, - .step2 { - visibility: hidden; - } - - .step1_delay { - transition: visibility 0s linear 4s; - } - - #step1:checked ~ .step1, - #step2:checked ~ .step2 { - visibility: visible; - } -} diff --git a/client/simple/src/less/style.less b/client/simple/src/less/style.less index 49c65345b..32c2fdfa1 100644 --- a/client/simple/src/less/style.less +++ b/client/simple/src/less/style.less @@ -11,7 +11,6 @@ @import "animations.less"; @import "embedded.less"; @import "info.less"; -@import "new_issue.less"; @import "stats.less"; @import "result_templates.less"; @import "weather.less"; |
