File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11< link rel ="import " href ="../polymer/polymer.html ">
22<!-- styles scoped to inside a custom element must be in a style module -->
3- < link rel ="import " href ="leaflet -styles.html ">
3+ < link rel ="import " href ="map -styles.html ">
44
55<!-- this is a modified version of leaflet which uses Polymer.dom instead of
66 regular DOM API calls so as to work with Shadow/Shady DOM custom elements -->
1111
1212
1313< dom-module id ="map-area ">
14- < style include ="leaflet -styles ">
14+ < style include ="map -styles ">
1515 : host {
1616 dis play: none;
1717 }
Original file line number Diff line number Diff line change 11< link rel ="import " href ="../polymer/polymer.html ">
22<!-- styles scoped to inside a custom element must be in a style module -->
3- < link rel ="import " href ="leaflet -styles.html ">
3+ < link rel ="import " href ="map -styles.html ">
44
55<!-- this is a modified version of leaflet which uses Polymer.dom instead of
66 regular DOM API calls so as to work with Shadow/Shady DOM custom elements -->
1313< dom-module id ="layer- ">
1414 <!-- in polymer 1.0.x, styles must be outside of the <template> element
1515 https://www.polymer-project.org/1.0/docs/migration.html#local-dom-template -->
16- < style include ="leaflet -styles ">
16+ < style include ="map -styles ">
1717 : host {
1818 dis play: none;
1919 }
File renamed without changes.
Original file line number Diff line number Diff line change 22< link rel ="import " href ="map-layer.html ">
33< link rel ="import " href ="map-area.html ">
44<!-- styles scoped to inside a custom element must be in a style module -->
5- < link rel ="import " href ="leaflet -styles.html ">
5+ < link rel ="import " href ="map -styles.html ">
66
77<!-- this is a modified version of leaflet which uses Polymer.dom instead of
88 regular DOM API calls so as to work with Shadow/Shady DOM custom elements -->
1414< dom-module id ="web-map ">
1515< template >
1616 <!-- use the leaflet-styles style module -->
17- < style include ="leaflet -styles ">
17+ < style include ="map -styles ">
1818 /* make sure the map element doesn't get selected and styled by document styles */
1919 : host {
2020 dis play: inline-block !important ;
You can’t perform that action at this time.
0 commit comments