Changes between Version 249 and Version 250 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2023-02-12T14:27:44+01:00 (3 years ago)
Author:
skyper
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v249 v250  
    810810node.sgnl::layer_signal_text  { z-index: 1010; ... text: concat("Name of signal: ", tag("ref")); ..... )
    811811
    812 /* use use instead: is_prop_set("...", "default") */
     812/* use instead: is_prop_set("...", "default") */
    813813node[is_prop_set("sgnl", "default")]::layer_signal_icon  { z-index: 1000; ... icon: icon/signal-icon.svg; ... }
    814814node[is_prop_set("sgnl", "default")]::layer_signal_text  { z-index: 1010; ... text: concat("Name of signal: ", tag("ref")); ..... )