// 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.
/* Style for MenuItem */
// Styles applied to the root element.
.ZuMenuItem-root {
}
// State class applied to the root element if keyboard focused.
.ZuMenuItem-focusVisible {
}
// Styles applied to the root element if dense.
.ZuMenuItem-dense {
}
// State class applied to the root element if disabled={true}.
.ZuMenuItem-disabled {
}
// Styles applied to the root element if divider={true}.
.ZuMenuItem-divider {
}
// Styles applied to the inner `component` element unless disableGutters={true}.
.ZuMenuItem-gutters {
}
// State class applied to the root element if selected={true}.
.ZuMenuItem-selected {
}