// Copyright (c) 2024 Xu Shaohua <shaohua@biofan.org>. All rights reserved.
// Use of this source is governed by Lesser General Public License
// that can be found in the LICENSE file.
/* Styles for TreeItem */
// Styles applied to the root element.
.ZuTreItem-root {
}
// Styles applied to the transition component.
.ZuTreItem-group {
}
// Styles applied to the content element.
.ZuTreItem-content {
}
// State class applied to the content element when expanded.
.ZuTreItem-expanded {
}
// State class applied to the content element when selected.
.ZuTreItem-selected {
}
// State class applied to the content element when focused.
.ZuTreItem-focused {
}
// State class applied to the element when disabled.
.ZuTreItem-disabled {
}
// Styles applied to the tree node icon.
.ZuTreItem-iconContainer {
}
// Styles applied to the label element.
.ZuTreItem-label {
}