File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ code.xml { color: #600 } /* inline XML */
194194.descriptor { } /* name of a CSS descriptor (SPAN) */
195195.type { font-style : italic } /* A <type> value for a property */
196196
197- /* Autolinks produced using Tab's preprocessor . */
197+ /* Autolinks produced using Bikeshed . */
198198[data-link-type = "property" ]::before ,
199199[data-link-type = "propdesc" ]::before ,
200200[data-link-type = "descriptor" ]::before ,
@@ -212,7 +212,10 @@ code.xml { color: #600 } /* inline XML */
212212[data-link-type = "selector" ]::after ,
213213[data-link-type = "maybe" ]::after {content : "\2019" ;}
214214[data-link-type ].production ::before ,
215- [data-link-type ].production ::after { content : "" ; }
215+ [data-link-type ].production ::after ,
216+ .prod [data-link-type ]::before ,
217+ .prod [data-link-type ]::after { content : "" ; }
218+
216219
217220/* Element-type link styling */
218221[data-link-type = element ] { font-family : monospace; }
You can’t perform that action at this time.
0 commit comments