Skip to content

Commit 873be81

Browse files
prushforprushfor
authored andcommitted
Change name of leaflet-styles.html to map-styles.html
1 parent b99f371 commit 873be81

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

map-area.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 -->
@@ -11,7 +11,7 @@
1111

1212

1313
<dom-module id="map-area">
14-
<style include="leaflet-styles">
14+
<style include="map-styles">
1515
:host {
1616
display: none;
1717
}

map-layer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 -->
@@ -13,7 +13,7 @@
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
display: none;
1919
}
File renamed without changes.

web-map.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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 -->
@@ -14,7 +14,7 @@
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
display: inline-block !important;

0 commit comments

Comments
 (0)