Changes between Version 249 and Version 250 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2023-02-12T14:27:44+01:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v249 v250 810 810 node.sgnl::layer_signal_text { z-index: 1010; ... text: concat("Name of signal: ", tag("ref")); ..... ) 811 811 812 /* use useinstead: is_prop_set("...", "default") */812 /* use instead: is_prop_set("...", "default") */ 813 813 node[is_prop_set("sgnl", "default")]::layer_signal_icon { z-index: 1000; ... icon: icon/signal-icon.svg; ... } 814 814 node[is_prop_set("sgnl", "default")]::layer_signal_text { z-index: 1010; ... text: concat("Name of signal: ", tag("ref")); ..... )
