mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Lint
This commit is contained in:
@@ -220,6 +220,7 @@ impl Style {
|
|||||||
|
|
||||||
/// The root class is a special class present on every top-level [`Ui`].
|
/// The root class is a special class present on every top-level [`Ui`].
|
||||||
pub const ROOT_CLASS: &str = "root";
|
pub const ROOT_CLASS: &str = "root";
|
||||||
|
|
||||||
/// The selected class is a special class present on selected [`Button`].
|
/// The selected class is a special class present on selected [`Button`].
|
||||||
pub const SELECTED_CLASS: &str = "selected";
|
pub const SELECTED_CLASS: &str = "selected";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user