Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start using the ToCss trait, to be used for CSS serialization #4455

Merged
merged 8 commits into from Dec 29, 2014

Fix typo in a cursor keyword. Thanks @nuss-justin!

  • Loading branch information
SimonSapin committed Dec 29, 2014
commit 5e08e96e38cd3b9f6d81657f505ad785e6606e0b
@@ -39,7 +39,7 @@ macro_rules! define_cursor {

define_cursor! {
"none" => NoCursor = 0,
"defalut" => DefaultCursor = 1,
"default" => DefaultCursor = 1,
"pointer" => PointerCursor = 2,
"context-menu" => ContextMenuCursor = 3,
"help" => HelpCursor = 4,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.