From b64dc19c39bf44794e1ca0e67ab42f187d761b01 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Mon, 24 May 2021 17:34:03 +0100 Subject: [PATCH] Add space between menu items --- src/scss/style.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/scss/style.scss b/src/scss/style.scss index 0f3bec4..c965624 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -156,6 +156,7 @@ input { padding: 0.8rem 0.8rem 0.7rem; position: relative; margin: 0 !important; + border-bottom: 0.1rem solid transparent; > button { text-overflow: ellipsis; @@ -341,6 +342,12 @@ input { font-size: 1.5rem; font-weight: inherit; line-height: 1; + + /* Workaround for focus outlines until https://github.com/Leaflet/Leaflet/pull/7259 gets released */ + :focus { + outline: -webkit-focus-ring-color auto thin !important; + outline: revert !important; + } } .leaflet-players-pane {