From 46402c2f34dd383d19130cc82d2574eaf3bb413e Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:22:52 +0400 Subject: [PATCH] Remove border around selected list item --- minimal_theme.tres | 6 ------ minimal_theme_high_ppi.tres | 6 ------ 2 files changed, 12 deletions(-) diff --git a/minimal_theme.tres b/minimal_theme.tres index 554f276..de556cb 100644 --- a/minimal_theme.tres +++ b/minimal_theme.tres @@ -393,12 +393,6 @@ border_color = Color(1, 1, 1, 0) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_32au3"] bg_color = Color(1, 1, 1, 0.0980392) -border_width_left = 2 -border_width_top = 2 -border_width_right = 2 -border_width_bottom = 2 -border_color = Color(1, 1, 1, 0.156863) -border_blend = true corner_radius_top_left = 4 corner_radius_top_right = 4 corner_radius_bottom_right = 4 diff --git a/minimal_theme_high_ppi.tres b/minimal_theme_high_ppi.tres index 6dc078e..7db2a3b 100644 --- a/minimal_theme_high_ppi.tres +++ b/minimal_theme_high_ppi.tres @@ -393,12 +393,6 @@ border_color = Color(1, 1, 1, 0) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_32au3"] bg_color = Color(1, 1, 1, 0.0980392) -border_width_left = 2 -border_width_top = 2 -border_width_right = 2 -border_width_bottom = 2 -border_color = Color(1, 1, 1, 0.156863) -border_blend = true corner_radius_top_left = 8 corner_radius_top_right = 8 corner_radius_bottom_right = 8