mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update frontend to fix map CSS
This commit is contained in:
parent
4840dd297a
commit
23c5159f6c
@ -1,2 +1,2 @@
|
|||||||
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
||||||
VERSION = "adb522d3e633ac616a57e9b963c619ca"
|
VERSION = "b4a697145515baf30eafed27ee5daa63"
|
||||||
|
@ -4877,7 +4877,7 @@ case"touchend":return this.addPointerListenerEnd(t,e,i,n);case"touchmove":return
|
|||||||
}
|
}
|
||||||
iron-image {
|
iron-image {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}</style><template><style>/* required styles */
|
}</style><template><div class="marker"><template is="dom-if" if="[[icon]]"><iron-icon icon="[[icon]]"></iron-icon></template><template is="dom-if" if="[[value]]">[[value]]</template><template is="dom-if" if="[[image]]"><iron-image sizing="cover" class="fit" src="[[image]]"></iron-image></template></div></template></dom-module><style>/* required styles */
|
||||||
|
|
||||||
.leaflet-map-pane,
|
.leaflet-map-pane,
|
||||||
.leaflet-tile,
|
.leaflet-tile,
|
||||||
@ -5355,7 +5355,7 @@ case"touchend":return this.addPointerListenerEnd(t,e,i,n);case"touchmove":return
|
|||||||
.leaflet-div-icon {
|
.leaflet-div-icon {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid #666;
|
border: 1px solid #666;
|
||||||
}</style><div class="marker"><template is="dom-if" if="[[icon]]"><iron-icon icon="[[icon]]"></iron-icon></template><template is="dom-if" if="[[value]]">[[value]]</template><template is="dom-if" if="[[image]]"><iron-image sizing="cover" class="fit" src="[[image]]"></iron-image></template></div></template></dom-module><style>/* Otherwise they go through overlays. */
|
}</style><style>/* Otherwise they go through overlays. */
|
||||||
.leaflet-top, .leaflet-bottom {
|
.leaflet-top, .leaflet-bottom {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}</style><dom-module id="partial-map" assetpath="layouts/"><style>.map {
|
}</style><dom-module id="partial-map" assetpath="layouts/"><style>.map {
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit de22de9a081008787be4238963cdc2aa0d857cbf
|
Subproject commit 4900a9f608a4bb58f6b1d6a8f119e3d758eebe96
|
Loading…
x
Reference in New Issue
Block a user