Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
style: fix tidy.
  • Loading branch information
emilio committed Jun 4, 2020
1 parent 16cb510 commit 79c2c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/element_state.rs
Expand Up @@ -143,7 +143,7 @@ bitflags! {
const IN_FOCUS_VISIBLE_STATE = 1 << 52;
/// State that dialog element is modal, for centered alignment
///
/// https://html.spec.whatwg.org/#centered-alignment
/// https://html.spec.whatwg.org/multipage/#centered-alignment
const IN_MODAL_DIALOG_STATE = 1 << 53;
}
}
Expand Down

0 comments on commit 79c2c44

Please sign in to comment.