From 10753c0d6fa7ab056a4a7f8f4518f689c8f76eec Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Sun, 17 Nov 2024 04:52:27 +0400 Subject: [PATCH] Remove border from selected prop --- editor_theme.tres | 6 ------ editor_theme_high_ppi.tres | 6 ------ 2 files changed, 12 deletions(-) diff --git a/editor_theme.tres b/editor_theme.tres index 488a0b4..6640ef0 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -272,12 +272,6 @@ content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 bg_color = Color(1, 1, 1, 0.0392157) -border_width_left = 1 -border_width_top = 1 -border_width_right = 1 -border_width_bottom = 1 -border_color = Color(1, 1, 1, 0.0784314) -border_blend = true corner_radius_top_left = 4 corner_radius_top_right = 4 corner_radius_bottom_right = 4 diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index 155d187..06b9879 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -272,12 +272,6 @@ content_margin_top = 8.0 content_margin_right = 8.0 content_margin_bottom = 8.0 bg_color = Color(1, 1, 1, 0.0392157) -border_width_left = 2 -border_width_top = 2 -border_width_right = 2 -border_width_bottom = 2 -border_color = Color(1, 1, 1, 0.0784314) -border_blend = true corner_radius_top_left = 8 corner_radius_top_right = 8 corner_radius_bottom_right = 8