Skip to content

Commit

Permalink
Remove mismatching CSS selectors in test files (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malvoz committed Apr 6, 2022
1 parent 345e1e9 commit c38f32e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 14 deletions.
3 changes: 1 addition & 2 deletions test/e2e/layers/clientTemplatedTileLayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
height: 100%
}

body,
map {
body {
height: inherit
}

Expand Down
6 changes: 0 additions & 6 deletions test/e2e/layers/mapMLTemplatedFeaturesFilter.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="mapml-viewer.js"></script>
<style>
[is=web-map] {
width: 100%;
height: 400px;
max-width: 100%;
}

.transparency {
opacity: 0.2;
}
Expand Down
3 changes: 1 addition & 2 deletions test/e2e/layers/multipleExtents.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
height: 100%
}

body,
map {
body {
height: inherit
}

Expand Down
3 changes: 1 addition & 2 deletions test/e2e/layers/multipleHeterogeneousQueryExtents.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
height: 100%
}

body,
map {
body {
height: inherit
}

Expand Down
3 changes: 1 addition & 2 deletions test/e2e/layers/multipleQueryExtents.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
height: 100%
}

body,
map {
body {
height: inherit
}

Expand Down

0 comments on commit c38f32e

Please sign in to comment.