From b2ba57d920a2dbfa619b1e2efb7719c98d65089b Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 31 May 2021 14:56:03 +0200 Subject: [PATCH] keep borders of editables in view normal color --- openpype/style/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/openpype/style/style.css b/openpype/style/style.css index 1f37fc0114..dfb476ccec 100644 --- a/openpype/style/style.css +++ b/openpype/style/style.css @@ -507,7 +507,6 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { #TypeEditor, #ToolEditor, #NameEditor, #NumberEditor { background: transparent; - border-color: {color:font}; border-radius: 0.3em; }