fix focus styles

This commit is contained in:
Nordup 2024-10-08 04:57:55 +04:00
parent 8efcf24dd0
commit d8baa21e4e
2 changed files with 5 additions and 1 deletions

View file

@ -41,6 +41,7 @@ grow_vertical = 2
theme_override_styles/normal = SubResource("StyleBoxFlat_7mafe") theme_override_styles/normal = SubResource("StyleBoxFlat_7mafe")
theme_override_styles/hover = SubResource("StyleBoxFlat_37xan") theme_override_styles/hover = SubResource("StyleBoxFlat_37xan")
theme_override_styles/pressed = SubResource("StyleBoxFlat_37xan") theme_override_styles/pressed = SubResource("StyleBoxFlat_37xan")
theme_override_styles/focus = SubResource("StyleBoxFlat_37xan")
script = ExtResource("1_b6nfm") script = ExtResource("1_b6nfm")
gate_events = ExtResource("2_wgd6i") gate_events = ExtResource("2_wgd6i")
url = NodePath("HBoxContainer/VBoxContainer/SpanLimiter/HBoxContainer/Url") url = NodePath("HBoxContainer/VBoxContainer/SpanLimiter/HBoxContainer/Url")

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=32 format=3 uid="uid://kywrsqro3d5i"] [gd_scene load_steps=33 format=3 uid="uid://kywrsqro3d5i"]
[ext_resource type="Script" path="res://scripts/loading/gate_loader.gd" id="1_uxhy6"] [ext_resource type="Script" path="res://scripts/loading/gate_loader.gd" id="1_uxhy6"]
[ext_resource type="Resource" uid="uid://b1xvdym0qh6td" path="res://resources/gate_events.res" id="2_q7cvi"] [ext_resource type="Resource" uid="uid://b1xvdym0qh6td" path="res://resources/gate_events.res" id="2_q7cvi"]
@ -40,6 +40,8 @@ corner_radius_bottom_left = 25
[sub_resource type="LabelSettings" id="LabelSettings_i1x1e"] [sub_resource type="LabelSettings" id="LabelSettings_i1x1e"]
font_size = 32 font_size = 32
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_27sha"]
[sub_resource type="Animation" id="Animation_beyyv"] [sub_resource type="Animation" id="Animation_beyyv"]
length = 0.001 length = 0.001
tracks/0/type = "value" tracks/0/type = "value"
@ -432,6 +434,7 @@ theme_override_font_sizes/bold_font_size = 24
theme_override_font_sizes/italics_font_size = 24 theme_override_font_sizes/italics_font_size = 24
theme_override_font_sizes/bold_italics_font_size = 24 theme_override_font_sizes/bold_italics_font_size = 24
theme_override_font_sizes/mono_font_size = 24 theme_override_font_sizes/mono_font_size = 24
theme_override_styles/focus = SubResource("StyleBoxEmpty_27sha")
bbcode_enabled = true bbcode_enabled = true
context_menu_enabled = true context_menu_enabled = true
selection_enabled = true selection_enabled = true