1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00
This commit is contained in:
lucasmerlin
2026-05-07 17:08:31 +02:00
parent 9bf20a39c8
commit a6313c1002

View File

@@ -220,6 +220,7 @@ impl Style {
/// The root class is a special class present on every top-level [`Ui`].
pub const ROOT_CLASS: &str = "root";
/// The selected class is a special class present on selected [`Button`].
pub const SELECTED_CLASS: &str = "selected";