From 5be9f3dae4988e1f9d8e3d1694f504355d29d122 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 1 Jun 2020 15:16:15 -0400 Subject: [PATCH] Unhide the outline for move buttons --- satiate.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/satiate.css b/satiate.css index 9e2c583..f76bed4 100644 --- a/satiate.css +++ b/satiate.css @@ -444,10 +444,6 @@ a:hover { grid-column-start: 3; } -.move-button:focus { - outline: 0px; -} - .disabled { background-color: #444; }