From 3a594358c0218adc502bd0ab271a3e8599c1af90 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 22 Oct 2021 18:06:51 +0200 Subject: [PATCH] replaced hsla with rgba color definitions --- openpype/style/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/style/data.json b/openpype/style/data.json index 78cc3d3e47..26f6743d72 100644 --- a/openpype/style/data.json +++ b/openpype/style/data.json @@ -65,8 +65,8 @@ "warning": "#ffc671", "list-view-group": { "bg": "#434a56", - "bg-hover": "hsla(220, 14%, 70%, .3)", - "bg-selected-hover": "hsla(200, 60%, 60%, .4)", + "bg-hover": "rgba(168, 175, 189, 0.3)", + "bg-selected-hover": "rgba(92, 173, 214, 0.4)", "bg-expander": "#2C313A", "bg-expander-hover": "#2d6c9f", "bg-expander-selected-hover": "#3784c5"