Add back negative margins, now that they're supported again
This commit is contained in:
parent
a7c4ae530d
commit
19434afe0a
3 changed files with 3 additions and 12 deletions
|
@ -377,12 +377,7 @@ impl<S: 'static + Send + Sync + Clone> ListEntry<S> {
|
|||
|
||||
match (self.toggle, self.disclosure_control_style) {
|
||||
(Some(_), DisclosureControlVisibility::OnHover) => {
|
||||
Some(
|
||||
div()
|
||||
.absolute()
|
||||
// .neg_left_5()
|
||||
.child(disclosure_control_icon),
|
||||
)
|
||||
Some(div().absolute().neg_left_5().child(disclosure_control_icon))
|
||||
}
|
||||
(Some(_), DisclosureControlVisibility::Always) => {
|
||||
Some(div().child(disclosure_control_icon))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue