mirror of
https://github.com/searxng/searxng.git
synced 2025-02-17 02:40:03 +00:00
Merge pull request #2535 from KiruPoruno/master
theme: fix "#backToTop" button always being clickable
This commit is contained in:
commit
a446dea1bb
Binary file not shown.
BIN
searx/static/themes/simple/css/searxng-rtl.min.css
vendored
BIN
searx/static/themes/simple/css/searxng-rtl.min.css
vendored
Binary file not shown.
Binary file not shown.
BIN
searx/static/themes/simple/css/searxng.min.css
vendored
BIN
searx/static/themes/simple/css/searxng.min.css
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -792,6 +792,7 @@ summary.title {
|
|||||||
.ltr-left(@results-width + @results-offset + (0.5 * @results-gap - 1.2em));
|
.ltr-left(@results-width + @results-offset + (0.5 * @results-gap - 1.2em));
|
||||||
transition: opacity 0.5s;
|
transition: opacity 0.5s;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
.rounded-corners;
|
.rounded-corners;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -810,6 +811,7 @@ summary.title {
|
|||||||
|
|
||||||
#results.scrolling #backToTop {
|
#results.scrolling #backToTop {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user