From 0867ef150706da16296df04ae22c57177d5c5cd0 Mon Sep 17 00:00:00 2001 From: MS_Y Date: Wed, 19 May 2021 07:07:28 +0000 Subject: [PATCH] Updated Compatibility Issues Solution (markdown) --- Compatibility-Issues-Solution.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Compatibility-Issues-Solution.md b/Compatibility-Issues-Solution.md index da92dae..a646fb5 100644 --- a/Compatibility-Issues-Solution.md +++ b/Compatibility-Issues-Solution.md @@ -24,7 +24,6 @@ Try to change `background-color` [#4](https://github.com/black7375/Firefox-UI-Fi tab.tabbrowser-tab:not(:hover):not([visuallyselected]):not([multiselected]):not(:first-child) .tab-background::before { /*codes*/ background-color: var(--toolbarseparator-color) !important; - /*codes*/ } ```