refactor
This commit is contained in:
parent
ed739d792f
commit
e9a9dad037
19 changed files with 278 additions and 177 deletions
|
@ -10,7 +10,7 @@ pub fn Hover<T: UIWidget + 'static, I: UIWidget + 'static>(inherit: I, inner: T)
|
|||
pub struct HoverWrapper(Box<dyn UIWidget>, Box<dyn UIWidget>);
|
||||
|
||||
impl HoverWrapper {
|
||||
pub fn hovered_class(&self) -> String {
|
||||
fn hovered_class(&self) -> String {
|
||||
self.1
|
||||
.extended_class()
|
||||
.into_iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue