Skip to content

Commit

Permalink
remove special styles for search inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Aug 30, 2012
1 parent 43746b5 commit 4011681
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions assets/sass/lib/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,34 +236,6 @@ input, select, textarea {
width:100%;
}

// search inputs ---------------------------------------------------------------
/*
input[type="search"]{
&:after {
content: "\003f";
font-family: 'IcoMoon';
font-style: normal;
speak: none;
};
}
input[type="search"]{
position:relative;
text-indent:1.5em;
@extend [class^="icon-"];
@extend .icon-search;
&:before {
text-indent:0em;
display:block;
font-size: 24px;
color: $lightGray;
position:absolute;
top:.225em;
left:.1em;
}
}
*/

// checkboxes and radio buttons ------------------------------------------------
input[type="checkbox"], input[type="radio"] {
display:block;
Expand Down

0 comments on commit 4011681

Please sign in to comment.