Skip to content

Commit c8ab4e9

Browse files
committed
CSS lint fixes
1 parent c7a5e75 commit c8ab4e9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Control.Geocoder.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
border-radius: 5px;
66
}
77

8-
a.leaflet-control-geocoder-toggle {
8+
.leaflet-control-geocoder-toggle {
99
float:right;
1010
background-position: 50% 50%;
1111
background-repeat: no-repeat;
@@ -15,7 +15,7 @@ a.leaflet-control-geocoder-toggle {
1515
height: 36px;
1616
}
1717

18-
a.leaflet-control-geocoder-throbber {
18+
.leaflet-control-geocoder-throbber {
1919
background-image: url(images/throbber.gif);
2020
}
2121

@@ -44,11 +44,14 @@ a.leaflet-control-geocoder-throbber {
4444
.leaflet-control-geocoder-form input {
4545
padding: 8px;
4646
border: 0;
47-
outline: none;
4847
background: #f8f8f9;
4948
font-size: 14px;
5049
}
5150

51+
.leaflet-control-geocoder-form input:focus {
52+
outline: none;
53+
}
54+
5255
.leaflet-control-geocoder-form button {
5356
display: none;
5457
}
@@ -70,7 +73,7 @@ table.leaflet-control-geocoder-alternatives {
7073

7174
.leaflet-control-geocoder-alternatives td {
7275
max-width: 200px;
73-
overflow: hidden;
76+
overflow: hidden;
7477
text-overflow: ellipsis;
7578
white-space: nowrap;
7679
}

0 commit comments

Comments
 (0)