crates/gpui3/src/elements/div.rs 🔗
@@ -206,7 +206,6 @@ where
computed_style.refine(style);
}
}
-
if active_state.element {
computed_style.refine(&self.active_style);
}
Antonio Scandurra created
crates/gpui3/src/elements/div.rs | 1 -
1 file changed, 1 deletion(-)
@@ -206,7 +206,6 @@ where
computed_style.refine(style);
}
}
-
if active_state.element {
computed_style.refine(&self.active_style);
}