Skip to content

Commit

Permalink
style: Rename StyleUserInterface to StyleUI.
Browse files Browse the repository at this point in the history
  • Loading branch information
upsuper authored and emilio committed Aug 18, 2018
1 parent e305b5a commit 916dc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/properties/longhands/inherited_ui.mako.rs
Expand Up @@ -4,7 +4,7 @@

<%namespace name="helpers" file="/helpers.mako.rs" />

<% data.new_style_struct("InheritedUI", inherited=True, gecko_name="UserInterface") %>
<% data.new_style_struct("InheritedUI", inherited=True, gecko_name="UI") %>

${helpers.predefined_type("cursor",
"Cursor",
Expand Down

0 comments on commit 916dc79

Please sign in to comment.