Files
MuHua-UIElements/Assets/ModuleCore/ModuleUISMenu/UI Toolkit/MenuPanel/MenuPanel.uss
T
MuHua-123 4597149228 修复BUG
2025-10-11 17:27:10 +08:00

28 lines
691 B
Plaintext

.menu-unit {
flex-direction: row;
align-self: flex-start;
flex-grow: 0;
width: 100%;
height: 25px;
}
.menu-unit:hover {
background-color: rgba(0, 0, 0, 0.2);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.menu-arrow {
flex-grow: 0;
height: 25px;
width: 25px;
background-image: url("project://database/Assets/UI%20Toolkit/UnityThemes/UnityDefaultRuntimeTheme.tss?fileID=-1087164816274819069&guid=59bfacbee7a859f42904b05799bf9437&type=3#arrow-right@2x");
-unity-background-image-tint-color: rgb(51, 50, 50);
}
.menu-arrow-hide {
display: none;
}