Skip to content

Commit

Permalink
#19: remove unnecesary important from css
Browse files Browse the repository at this point in the history
  • Loading branch information
petervojtek committed Mar 8, 2017
1 parent b1da092 commit 633e473
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
}

.active-map-type-T a.leaflet-control-layers-toggle {
background-image: url(../images/icon-walk.png) !important;
background-image: url(../images/icon-walk.png);
}

.active-map-type-A a.leaflet-control-layers-toggle {
background-image: url(../images/icon-car.png) !important;
background-image: url(../images/icon-car.png);
}

.active-map-type-C a.leaflet-control-layers-toggle {
background-image: url(../images/icon-bicycle.png) !important;
background-image: url(../images/icon-bicycle.png);
}

.active-map-type-K a.leaflet-control-layers-toggle {
background-image: url(../images/icon-skiing.png) !important;
background-image: url(../images/icon-skiing.png);
}

0 comments on commit 633e473

Please sign in to comment.