Commit d26554b 1 parent a24b1b1 commit d26554b Copy full SHA for d26554b
File tree 5 files changed +12
-11
lines changed
assets/stylesheets/sections
5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 842
842
.gridicon {
843
843
position : absolute ;
844
844
left : 0 ;
845
- padding : 9px 9 px ;
845
+ padding : 9px 8 px ;
846
846
}
847
847
848
848
.search-box {
Original file line number Diff line number Diff line change 117
117
width : auto ;
118
118
position : absolute ;
119
119
left : 18px ;
120
- margin-top : -8px ;
121
- width : 16px ;
122
- height : 16px ;
120
+ top : 50% ;
121
+ margin-top : -9px ;
122
+ width : 18px ;
123
+ height : 18px ;
123
124
}
124
125
125
126
& .is-open {
126
127
.search-close__icon {
127
128
color : $gray ;
128
129
right : 16px ;
129
- margin-top : -8 px ;
130
- width : 16 px ;
131
- height : 16 px ;
130
+ margin-top : -9 px ;
131
+ width : 18 px ;
132
+ height : 18 px ;
132
133
}
133
134
}
134
135
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module.exports = React.createClass( {
20
20
render : function ( ) {
21
21
return (
22
22
< div className = "category-selector__search" >
23
- < Gridicon icon = "search" size = { 16 } />
23
+ < Gridicon icon = "search" size = { 18 } />
24
24
< input type = "search"
25
25
placeholder = { this . translate ( 'Search…' , { textOnly : true } ) }
26
26
value = { this . props . searchTerm }
Original file line number Diff line number Diff line change 5
5
6
6
.category-selector__search .gridicon {
7
7
position : absolute ;
8
- left : 0 ;
9
- padding : 10 px 10 px ;
8
+ left : 8 px ;
9
+ top : 9 px ;
10
10
}
11
11
12
12
.category-selector__search input {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ var Search = React.createClass( {
31
31
render : function ( ) {
32
32
return (
33
33
< div className = "search-container" >
34
- < Gridicon icon = "search" size = { 16 } />
34
+ < Gridicon icon = "search" size = { 18 } />
35
35
< input type = "search" className = "search-box"
36
36
placeholder = { this . translate ( 'Search…' , { textOnly : true } ) }
37
37
value = { this . props . searchTerm }
You can’t perform that action at this time.
0 commit comments