Skip to content

Commit be4bf48

Browse files
committed
Rearranged the order of mapping and filtering methods, worked through filtering bug after page reload, fixed bugs with methods referenced in checkFilters method, added existingRadioFilters method, changed location list select highlight color to dark red
1 parent 36c44d7 commit be4bf48

File tree

6 files changed

+498
-400
lines changed

6 files changed

+498
-400
lines changed

dist/assets/css/storelocator.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@
160160
color: #8e8e8e;
161161
}
162162
.bh-sl-container .bh-sl-loc-list .list-focus {
163-
border: 1px solid rgba(82, 168, 236, 0.9);
164-
-moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
165-
-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
166-
box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
163+
border: 1px solid rgba(150, 31, 23, 0.6);
164+
-moz-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
165+
-webkit-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
166+
box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
167167
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
168168
}
169169
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {

dist/assets/css/storelocator.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)