添加了UXService->UIToolkitPanel的过渡动画

This commit is contained in:
CortexCore
2024-12-26 23:07:15 +08:00
parent 1c00d8fb1c
commit f1a6ede97b
3 changed files with 67 additions and 27 deletions

View File

@@ -3,6 +3,10 @@
-unity-font: initial;
}
ScrollView {
--unity-metrics-single_line-height: 500px;
}
TabBar Button:disabled {
opacity: 1;
}
@@ -444,6 +448,10 @@ Foldout Toggle Label {
.bitkit-tool-tips.unity-label {
background-color: rgb(58, 58, 58);
color: rgb(255, 255, 255);
padding-top: 4px;
padding-right: 8px;
padding-bottom: 4px;
padding-left: 8px;
}
Button.clear {