Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Remove search input border
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrovich committed Jun 10, 2018
1 parent 6a4a757 commit 2d1ee91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/assets/css/components/i-search-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
color: inherit;
background: transparent;
border: none;
border-bottom: 1px solid;
border-radius: 0;
box-shadow: none;
transition-duration: 0s;
Expand All @@ -18,7 +17,6 @@
.i-search-input input:focus {
color: inherit;
background: rgba(0, 0, 0, 0.1);
border-color: transparent;
box-shadow: none;
outline: none;
opacity: 1;
Expand Down

0 comments on commit 2d1ee91

Please sign in to comment.