onivim/oni

Outline showing on Menu when clicking on it with mouse

Open

#1.750 aberto em 8 de mar. de 2018

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (336 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (11.389 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I was playing around with the Menu (QuickOpen - Control+P / Command Palette - Control+Shift+P), and just noticed that when clicking inside the menu, we get a yellow outline border:

image

I believe this may be a result / regression from switching to react-virtualized. Might just need some styling tweaks on one of the containers here: https://github.com/onivim/oni/blob/bffb10f4c9808261259061bb0f9416a351b555c0/browser/src/Services/Menu/MenuComponent.tsx#L86

Guia do colaborador