Skip to content

Commit

Permalink
remove q-search styling
Browse files Browse the repository at this point in the history
  • Loading branch information
monishdeb committed Dec 12, 2018
1 parent 024ee62 commit f0df1e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion css/custom-civicrm.css

Large diffs are not rendered by default.

44 changes: 0 additions & 44 deletions scss/civicrm/main-menu/_main-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
z-index: 1000;

&.search-ongoing {
#crm-qsearch {
.form-text {
width: 14em !important;
}
}

.menumain-label {
max-width: 0;
Expand All @@ -31,45 +26,6 @@
overflow: hidden;
}

#crm-qsearch {
background: $gray-lighter !important;
margin-right: 15px;
padding: 0 24px;

&::before {
@include fa-icon(1em, $fa-var-search);
color: $crm-gray-matte;
float: left;
}

> form {
float: left;
}

#quickSearch {
> div {
width: 0;
}
}

.form-text {
background: transparent !important;
border: 0;
color: $gray-dark;
font-family: $font-family-base;
font-size: $font-size-base;
left: 10px;
padding: 0;
position: relative;
transition: width 0.5s ease-out;
width: 0 !important;

&:focus {
outline: 0;
}
}
}

> li.menumain {
border: 0;
cursor: pointer;
Expand Down

0 comments on commit f0df1e6

Please sign in to comment.