This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +25
-11
lines changed Expand file tree Collapse file tree 5 files changed +25
-11
lines changed Original file line number Diff line number Diff line change 23
23
.menu-item-header.show-large #[ button.btn-expand-search.search-icon ( type ="button" ) ]
24
24
25
25
.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)" )
31
27
32
28
li.menu-item.link-group.user-menu ( ng-switch ="vm.isAuth" , ng-class ="{'anonymous-menu': !vm.isAuth}" )
33
29
// Links for logged in user
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import angular from 'angular'
34
34
35
35
profileVm . status . externalLinks = CONSTANTS . STATE_READY
36
36
} ) . catch ( function ( err ) {
37
- logger . error ( 'Could retrive web links and external accounts' , err )
37
+ logger . error ( 'Could not retrieve web links and external accounts' , err )
38
38
39
39
profileVm . status . externalLinks = CONSTANTS . STATE_ERROR
40
40
} )
Original file line number Diff line number Diff line change 22
22
background-repeat : no-repeat ;
23
23
}
24
24
25
+ .search-wrapper .member-search-old-nav {
26
+ box-shadow : none !important ;
27
+ }
28
+
25
29
.tc-text-logo {
26
30
color : #B7B7B7 ;
27
31
font-weight : bold ;
Original file line number Diff line number Diff line change @@ -549,4 +549,18 @@ $switch-inactive-color: $gray;
549
549
.member-search-view {
550
550
background-color : transparent ;
551
551
}
552
+
553
+ // Overrides old style guide
554
+ a {
555
+ cursor : auto !important ;
556
+ transition : none !important ;
557
+ text-decoration : none !important ;
558
+ color : inherit !important ;
559
+
560
+ & :visited , & :hover , & :active {
561
+ color : inherit !important ;
562
+ cursor : auto !important ;
563
+ text-decoration : none !important ;
564
+ }
565
+ }
552
566
}
Original file line number Diff line number Diff line change 68
68
69
69
// Refactor buttons when button mixins and/or style guide is done
70
70
.introjs-button {
71
- @extend .tc-btn ;
72
- @extend .tc-btn-s ;
71
+ @extend .tc-btn !optional ;
72
+ @extend .tc-btn-s !optional ;
73
73
}
74
74
75
75
.introjs-skipbutton {
76
- @extend .tc-btn-ghost ;
76
+ @extend .tc-btn-ghost !optional ;
77
77
float : left ;
78
78
}
79
79
80
80
81
81
.introjs-disabled {
82
- @extend .tc-btn-s ;
83
- @extend :disabled ;
82
+ @extend .tc-btn-s !optional ;
83
+ @extend :disabled !optional ;
84
84
}
85
85
86
86
.introjs-prevbutton {
You can’t perform that action at this time.
0 commit comments