From 8cf10d685d52d5ae75d65c4aea4adcb6d101e9a4 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 8 Nov 2020 12:34:23 -0500 Subject: Search and display style updates (#1005) * Use same selectors * Use consistent stylesheet declaration * Fix query parser not being cleared * Set property upon load * Don't focus for Enter key press * Update search page styles * Update indent and nodes * Support dark style * Add missing var --- ext/fg/js/float.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fg/js/float.js') diff --git a/ext/fg/js/float.js b/ext/fg/js/float.js index bfa2195e..7a6cae64 100644 --- a/ext/fg/js/float.js +++ b/ext/fg/js/float.js @@ -23,7 +23,7 @@ class DisplayFloat extends Display { constructor() { - super(document.querySelector('#spinner'), document.querySelector('#definitions')); + super(); this._nestedPopupsPrepared = false; this._frameEndpoint = new FrameEndpoint(); this._windowMessageHandlers = new Map([ -- cgit v1.2.3