File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
syn match cssSelectorOp " [|]"
2
- syn keyword cssPseudoClassId contained scope current past future default valid required optional blank playing paused any- link local- link read- only read- write placeholder- shown in- range out- of- range user- invalid user- valid target- within defined modal fullscreen picture- in- picture seeking buffering stalled muted volume- locked autofill
2
+ syn keyword cssPseudoClassId contained scope current past future default valid required optional blank playing paused any- link local- link read- only read- write placeholder- shown in- range out- of- range user- invalid user- valid target- within defined modal fullscreen picture- in- picture seeking buffering stalled muted volume- locked autofill open closed
3
3
syn region cssPseudoClassLang matchgroup =cssPseudoClassId start =" :\( dir\| local-link\| current\| nth\( -last\)\= -col\| has\| where\) (" end =" )" oneline
Original file line number Diff line number Diff line change @@ -877,7 +877,9 @@ mask {
877
877
.selectors-4 : muted ,
878
878
.selectors-4 : volume-locked ,
879
879
.selectors-4 : autofill ,
880
- .selectors-4 : user-valid {
880
+ .selectors-4 : user-valid ,
881
+ .selectors-4 : open ,
882
+ .selectors-4 : closed {
881
883
display : auto;
882
884
}
883
885
You can’t perform that action at this time.
0 commit comments