Skip to content

Commit

Permalink
minor css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Sep 3, 2023
1 parent dd159b8 commit 28dc492
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions src/sidebar/search/AddressInput.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@
display: none;
}

.inputContainer:hover .btnInputClear {
/* duplicate code, see (clear) */
display: block;
background-color: white;
margin-left: -35px;
padding: 0 5px;
color: gray;
scale: 0.7;
}

.btnClose {
display: none;
}
Expand Down Expand Up @@ -62,7 +52,6 @@
padding: 5px 15px 5px 5px;
}

.fullscreen .inputContainer:hover .btnInputClear,
.fullscreen .btnInputClear {
/* duplicate code, see (clear) */
display: block;
Expand All @@ -74,6 +63,18 @@
}
}

@media not all and (max-width: 44rem) {
.inputContainer:hover .btnInputClear {
/* duplicate code, see (clear) */
display: block;
background-color: white;
margin-left: -35px;
padding: 0 5px;
color: gray;
scale: 0.7;
}
}

.topBorder {
padding-top: 3px;
margin-top: -5px;
Expand Down

0 comments on commit 28dc492

Please sign in to comment.