Skip to content

Commit f0c119a

Browse files
committed
Add none to appearance values
Mozilla and WebKit use none as a reset value
1 parent 1c8ac5a commit f0c119a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/Properties.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var Properties = {
4242
"-o-animation-name" : { multi: "none | <ident>", comma: true },
4343
"-o-animation-play-state" : { multi: "running | paused", comma: true },
4444

45-
"appearance" : "icon | window | desktop | workspace | document | tooltip | dialog | button | push-button | hyperlink | radio-button | checkbox | menu-item | tab | menu | menubar | pull-down-menu | pop-up-menu | list-menu | radio-group | checkbox-group | outline-tree | range | field | combo-box | signature | password | normal | inherit",
45+
"appearance" : "icon | window | desktop | workspace | document | tooltip | dialog | button | push-button | hyperlink | radio-button | checkbox | menu-item | tab | menu | menubar | pull-down-menu | pop-up-menu | list-menu | radio-group | checkbox-group | outline-tree | range | field | combo-box | signature | password | normal | none | inherit",
4646
"azimuth" : function (expression) {
4747
var simple = "<angle> | leftwards | rightwards | inherit",
4848
direction = "left-side | far-left | left | center-left | center | center-right | right | far-right | right-side",

0 commit comments

Comments
 (0)