From f923ae891a4add0d44216f7a01a286d128fa2df5 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Thu, 6 Nov 2025 14:58:03 +0100 Subject: [PATCH] fix style --- client/ayon_core/style/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/ayon_core/style/style.css b/client/ayon_core/style/style.css index c2070b3563..5c0d1fefd7 100644 --- a/client/ayon_core/style/style.css +++ b/client/ayon_core/style/style.css @@ -1070,17 +1070,17 @@ PixmapButton:disabled { background: {color:bg-buttons-disabled}; } -ValueItemButton { +UserValueItemButton { border-radius: 0px; background: transparent; } -ValueItemButton:hover { +UserValueItemButton:hover { background: {color:bg-view-selection-hover}; } -ValueItemButton[selected="1"] { +UserValueItemButton[selected="1"] { background: {color:bg-view-selection}; } -ValueItemButton[selected="1"]:hover { +UserValueItemButton[selected="1"]:hover { background: {color:bg-view-selection-hover}; }