File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -636,8 +636,8 @@ makes the buffer displayed fullscreen."))
636
636
(" .focus.buffer" :inherit frame-buffer-focus)
637
637
(" .minibuffer" :inherit frame-minibuffer)
638
638
(" .float" :inherit frame-float)
639
- (" .autohide" :display " none !important " )
640
- (" .focus .autohide" :display " block !important " )
639
+ (" .autohide" :display " none" )
640
+ (" .focus .autohide" :display " block" )
641
641
(" .header" :inherit header)
642
642
(" .focus .header" :inherit header-focus)
643
643
(" .header-buffer-name" :inherit header-buffer-name)
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Should be a list of the form (WIDTH HEIGHT)")
82
82
main
83
83
(dom ` (:div :class " content completion-menu float autohide"
84
84
:style
85
- , (format nil " position: absolute; width: ~a px; height: ~a px; display: none !important ;"
85
+ , (format nil " position: absolute; width: ~a px; height: ~a px; display: none;"
86
86
(car *completion-menu-size* )
87
87
(cadr *completion-menu-size* ))
88
88
:buffer , (id (completion-buffer buffer)))))
@@ -141,7 +141,7 @@ X and Y are numbers in pixels."
141
141
(ps :chain node style min-width)
142
142
(ps :lisp (format nil " ~a px" min-width))
143
143
(ps :chain node style display)
144
- " block " )))
144
+ null )))
145
145
(current-buffer))))))
146
146
147
147
(defun maybe-hide-completions ()
You can’t perform that action at this time.
0 commit comments