File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 112
112
}
113
113
114
114
& -icon {
115
- display :inline-block ;
116
- font-size :getFontSize (1 );
117
- transform :rotate (-45deg );
118
- font-weight :800 ;
119
- color :getColor (alto );
120
- cursor :pointer ;
121
- background :transparent ;
115
+ font-size :1em ;
122
116
padding :0 ;
123
117
border :none ;
118
+ cursor :pointer ;
119
+ color :getColor (alto );
120
+ background :transparent ;
124
121
transition :color 250ms ;
125
122
126
123
& :hover {
Original file line number Diff line number Diff line change @@ -69,10 +69,8 @@ export default class Navigation extends React.Component {
69
69
className = "navigation__search-input"
70
70
placeholder = "Search documentation…" />
71
71
< button
72
- className = "navigation__search-icon"
73
- onClick = { this . _toggleSearch . bind ( this ) } >
74
- ⚲
75
- </ button >
72
+ className = "navigation__search-icon icon-magnifying-glass"
73
+ onClick = { this . _toggleSearch . bind ( this ) } />
76
74
</ div >
77
75
</ Container >
78
76
You can’t perform that action at this time.
0 commit comments