Skip to content

Commit

Permalink
Fix Chrome 62 list-style-type bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Oct 25, 2017
1 parent 013d302 commit 5ad476e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion css/gmaps-sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
position: absolute;
width: 40px;
margin: 0;
padding: 0; }
padding: 0;
list-style-type: none; }
.sidebar-tabs > li, .sidebar-tabs > ul > li {
width: 100%;
height: 40px;
Expand Down
2 changes: 1 addition & 1 deletion css/gmaps-sidebar.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion css/leaflet-sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
position: absolute;
width: 40px;
margin: 0;
padding: 0; }
padding: 0;
list-style-type: none; }
.sidebar-tabs > li, .sidebar-tabs > ul > li {
width: 100%;
height: 40px;
Expand Down
3 changes: 2 additions & 1 deletion css/ol2-sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
position: absolute;
width: 40px;
margin: 0;
padding: 0; }
padding: 0;
list-style-type: none; }
.sidebar-tabs > li, .sidebar-tabs > ul > li {
width: 100%;
height: 40px;
Expand Down
3 changes: 2 additions & 1 deletion css/ol3-sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
position: absolute;
width: 40px;
margin: 0;
padding: 0; }
padding: 0;
list-style-type: none; }
.sidebar-tabs > li, .sidebar-tabs > ul > li {
width: 100%;
height: 40px;
Expand Down
2 changes: 1 addition & 1 deletion js/leaflet-sidebar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ $move-map-in-xs: true !default;
margin: 0;
padding: 0;

list-style-type: none;

& > li {
width: 100%;
height: $tab-size;
Expand Down

0 comments on commit 5ad476e

Please sign in to comment.