Remove border from selected prop

This commit is contained in:
passivestar 2024-11-17 04:52:27 +04:00
parent 4530a7ea67
commit 10753c0d6f
2 changed files with 0 additions and 12 deletions

View File

@ -272,12 +272,6 @@ content_margin_top = 4.0
content_margin_right = 4.0 content_margin_right = 4.0
content_margin_bottom = 4.0 content_margin_bottom = 4.0
bg_color = Color(1, 1, 1, 0.0392157) 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_left = 4
corner_radius_top_right = 4 corner_radius_top_right = 4
corner_radius_bottom_right = 4 corner_radius_bottom_right = 4

View File

@ -272,12 +272,6 @@ content_margin_top = 8.0
content_margin_right = 8.0 content_margin_right = 8.0
content_margin_bottom = 8.0 content_margin_bottom = 8.0
bg_color = Color(1, 1, 1, 0.0392157) 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_left = 8
corner_radius_top_right = 8 corner_radius_top_right = 8
corner_radius_bottom_right = 8 corner_radius_bottom_right = 8