summaryrefslogtreecommitdiff
path: root/searx/static/themes/__common__/less/new_issue.less
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-05-07 15:11:05 +0200
committerAlexandre Flament <alex@al-f.net>2022-05-07 19:40:48 +0200
commit9b3efa6d8ab46a3db62f42624d7e9f4b55fdd0ef (patch)
tree554ff67c6b84531b2a6f99505cc954395d730024 /searx/static/themes/__common__/less/new_issue.less
parent6db568bf69b7145451ff90e14da0e49fb5b6269b (diff)
theme: remove __common__
Diffstat (limited to 'searx/static/themes/__common__/less/new_issue.less')
-rw-r--r--searx/static/themes/__common__/less/new_issue.less19
1 files changed, 0 insertions, 19 deletions
diff --git a/searx/static/themes/__common__/less/new_issue.less b/searx/static/themes/__common__/less/new_issue.less
deleted file mode 100644
index 175bd3cec..000000000
--- a/searx/static/themes/__common__/less/new_issue.less
+++ /dev/null
@@ -1,19 +0,0 @@
-.github-issue-button {
- display: block;
- padding: 8px 16px;
- font-family: sans-serif;
- font-size: 16px;
- color: white;
- background-color: #238636 !important; /* important is needed cause to an !important in logicodev-dark */
- border: #2ea043;
- border-radius: 10px !important;
- box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
-}
-
-.github-issue-button:hover {
- background-color: #2ea043;
-}
-
-.issue-hide {
- display: none;
-}