fix clash of zoom button hover styles with Bootstrap, close #1791

This commit is contained in:
Vladimir Agafonkin 2013-06-26 17:31:45 -04:00
parent b2d5eba972
commit de743fa890
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@ Leaflet Changelog
## 0.7 (master)
An in-progress version being developed on the master branch.
No changes since the latest stable yet.
* Fixed a bug where zoom buttons inherited Bootstrap link hover styles. [#1791](https://github.com/Leaflet/Leaflet/issues/1791)
## 0.6 (June 26, 2013)

2
dist/leaflet.css vendored
View File

@ -197,7 +197,7 @@
-webkit-border-radius: 4px;
border-radius: 4px;
}
.leaflet-bar a {
.leaflet-bar a, .leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;