From 1253f93c016283b2c007ea353a94a48829657520 Mon Sep 17 00:00:00 2001 From: Shourai <10200748+Shourai@users.noreply.github.com> Date: Thu, 8 Mar 2018 15:06:41 +0100 Subject: [PATCH] Remove line between "Edit Containers" and "+" --- .../webextension-tweaks/multi_account_containers.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userContent-files/webextension-tweaks/multi_account_containers.css b/userContent-files/webextension-tweaks/multi_account_containers.css index 1b210ae..018ca2f 100644 --- a/userContent-files/webextension-tweaks/multi_account_containers.css +++ b/userContent-files/webextension-tweaks/multi_account_containers.css @@ -81,6 +81,12 @@ background: var(--tone-7)!important; color: var(--tone-4)!important } + + /* Remove line between "Edit Containers" and "+" */ +.edit-containers-text { + border-inline-end: solid 0px #d8d8d8 !important; + } + } /*! Alters the webextension Multi-Account Containers IMPORTANT: change the Internal UUID in BOTH locations */