Skip to content

Commit

Permalink
fix(GeoSearch): override button style (#2772)
Browse files Browse the repository at this point in the history
* fix(GeoSearch): override button style

* fix(GeoSearch): remove outline override
  • Loading branch information
samouss authored and bobylito committed Mar 6, 2018
1 parent ce55ff0 commit 4d69b50
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/css/theme/_geo-search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

.ais-geo-search--clear {
@extend .ais-clear-all--link;
box-shadow: 0 1px 1px 0 rgba(85, 95, 110, 0.2);
border: solid 1px #D4D8E3;
border-radius: $border-radius;
padding: 8px 15px;
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
padding: 8px 15px;
outline: none;

&:hover {
cursor: pointer;
Expand All @@ -33,10 +35,6 @@
padding: 0 15px;
}

.ais-geo-search--toggle-input {
outline: none;
}

.ais-geo-search--redo {
@extend .ais-clear-all--link;
box-shadow: 0 1px 1px 0 rgba(85, 95, 110, 0.2);
Expand Down

0 comments on commit 4d69b50

Please sign in to comment.