From 4dd1fac002c6ddace1cfb5a47b00830cc6168b7e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 18 Aug 2021 08:55:23 +0200 Subject: [PATCH] Hide buffer focus outline --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 653c83c..f8d058e 100644 --- a/style.css +++ b/style.css @@ -227,6 +227,10 @@ button.danger:hover { grid-column: 2; } +#buffer:focus { + outline: none; +} + #member-list { grid-row: 1 / 4; grid-column: 3;