From 3d234af67c98fbfd70343ba31b12c18e35ba2b02 Mon Sep 17 00:00:00 2001 From: Jordan Ruthe Date: Fri, 19 Feb 2021 00:16:32 -0500 Subject: [PATCH] style: remove border on action bar --- styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/style.css b/styles/style.css index 49074b88..f3975a63 100644 --- a/styles/style.css +++ b/styles/style.css @@ -120,7 +120,7 @@ trough { } .action_bar { - border-right: 2px solid #444; + /*border-right: 2px solid #444;*/ } .dialog {