File tree 2 files changed +34
-0
lines changed
2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ syn keyword cssFontProp contained slider- orientation
2
+ syn keyword cssFontAttr contained base left- to- right right- to- left top- to- bottom bottom- to- top
3
+ syn keyword cssPseudoClassId contained picker- icon file- selector- button checkmark thumb track fill field- text clear- icon placeholder step- control step- up step- down field- component field- separator color- swatch low- value high- value optimal- value
4
+ syn region cssPseudoClassFn contained matchgroup =cssFunctionName start =" \< picker(" end =" )" contains =cssStringQ,cssStringQQ
5
+ syn region cssFunction contained matchgroup =cssFunctionName start =" \< control-value\s *(" end =" )" oneline keepend
Original file line number Diff line number Diff line change 497
497
override-color : 1 rgb (43 , 12 , 9 );
498
498
}
499
499
500
+ .forms-1 ::picker (select ),
501
+ .forms-1 ::picker-icon ,
502
+ .forms-1 ::file-selector-button ,
503
+ .forms-1 ::checkmark ,
504
+ .forms-1 ::thumb ,
505
+ .forms-1 ::track ,
506
+ .forms-1 ::fill
507
+ .forms-1 ::field-text ,
508
+ .forms-1 ::clear-icon ,
509
+ .forms-1 ::placeholder ,
510
+ .forms-1 ::field-text ,
511
+ .forms-1 ::step-control ,
512
+ .forms-1 ::step-up ,
513
+ .forms-1 ::step-down ,
514
+ .forms-1 ::field-component ,
515
+ .forms-1 ::field-separator ,
516
+ .forms-1 ::color-swatch ,
517
+ .forms-1 : low-value ,
518
+ .forms-1 : high-value ,
519
+ .forms-1 : optimal-value {
520
+ slider-orientation : auto;
521
+ display : base;
522
+ display : control-value (<number> );
523
+ display : left-to-right;
524
+ display : right-to-left;
525
+ display : top-to-bottom;
526
+ display : bottom-to-top;
527
+ }
528
+
500
529
.gcpm-3 ::footnote-call ,
501
530
.gcpm-3 ::footnote-marker {
502
531
running : auto;
You can’t perform that action at this time.
0 commit comments