From ce7ffee7e531d0a9dc5eb02657062587a080f5b2 Mon Sep 17 00:00:00 2001 From: Anya Stasiuk Date: Tue, 6 Oct 2020 18:12:50 +0300 Subject: [PATCH] chore: set outline-width and padding to collapser --- src/components/JsonViewer/style.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/JsonViewer/style.ts b/src/components/JsonViewer/style.ts index 4be9341a..82b1677a 100644 --- a/src/components/JsonViewer/style.ts +++ b/src/components/JsonViewer/style.ts @@ -68,9 +68,11 @@ export const jsonStyles = css` cursor: default; user-select: none; -webkit-user-select: none; + padding: 2px; &:focus { outline-color: #fff; outline-style: dotted; + outline-width: 1px; } }