mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Fix rebase conflict with bug 1837664
This commit is contained in:
parent
77c541b38a
commit
3da0e44d98
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ where
|
|||
{
|
||||
let has_style = *style != BorderStyle::None;
|
||||
let has_color = *color != Color::CurrentColor;
|
||||
let has_width = *width != BorderSideWidth::Medium;
|
||||
let has_width = *width != BorderSideWidth::medium();
|
||||
if !has_style && !has_color && !has_width {
|
||||
return width.to_css(dest)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue