Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ce0dd2f

Browse files
author
Nick Litwin
committed
Remove box-shadow on hover from member search field
1 parent b909448 commit ce0dd2f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/layout/header/header.jade

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
.menu-item-header.show-large #[button.btn-expand-search.search-icon(type="button")]
2424

2525
.submenu
26-
input(type="text" placeholder="find members" ng-model="vm.searchTerm" ng-keyup="vm.checkSubmit($event)")
27-
// Suggestion list container
28-
// ul.suggestion-list(ng-if="main.searchTerm.length > 0")
29-
// li(ng-repeat="suggestion in main.suggestions | filter:main.searchTerm | limitTo:5")
30-
// a(href="javascript:;" class="menu-link") {{suggestion}}
26+
input(class="member-search-old-nav" type="text" placeholder="find members by username or skill" ng-model="vm.searchTerm" ng-keyup="vm.checkSubmit($event)")
3127

3228
li.menu-item.link-group.user-menu(ng-switch="vm.isAuth", ng-class="{'anonymous-menu': !vm.isAuth}")
3329
// Links for logged in user

assets/css/layout/header.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
background-repeat: no-repeat;
2323
}
2424

25+
.search-wrapper .member-search-old-nav {
26+
box-shadow: none !important;
27+
}
28+
2529
.tc-text-logo {
2630
color: #B7B7B7;
2731
font-weight: bold;

0 commit comments

Comments
 (0)