mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 03:24:44 +08:00
Follow WD-css3-ui-20150310
See also: http://www.w3.org/TR/2015/WD-css3-ui-20150310/
This commit is contained in:
@@ -1,3 +1,2 @@
|
|||||||
syn match cssUIProp contained "\<caret-color\>"
|
syn match cssUIProp contained "\<caret-color\>"
|
||||||
syn keyword cssUIAttr contained grab grabbing
|
syn keyword cssUIAttr contained grab grabbing
|
||||||
syn keyword cssPseudoClassId contained value choices
|
|
||||||
|
|||||||
@@ -554,8 +554,7 @@
|
|||||||
display: cubic-bezier(0.25, 0.1, 0.25, 1.0);
|
display: cubic-bezier(0.25, 0.1, 0.25, 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui::value,
|
.ui {
|
||||||
.ui::choices {
|
|
||||||
caret-color: grab;
|
caret-color: grab;
|
||||||
display: grabbing;
|
display: grabbing;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -606,8 +606,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
.ui::value,
|
.ui {
|
||||||
.ui::choices {
|
|
||||||
caret-color: grab;
|
caret-color: grab;
|
||||||
display: grabbing;
|
display: grabbing;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user