File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed
TracksTree/ChildListRow/themes Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -353,14 +353,14 @@ workflows:
353
353
filters :
354
354
branches :
355
355
only :
356
- - free
356
+ - thrive-bug-fixes
357
357
# This is stage env for production QA releases
358
358
- deployStag :
359
359
context : org-global
360
360
filters :
361
361
branches :
362
362
only :
363
- - develop
363
+ - free
364
364
# Production builds are exectuted
365
365
# when PR is merged to the master
366
366
# Don't change anything in this configuration
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export class SearchPageFilterInner extends Component {
110
110
< div className = { theme . section } >
111
111
< button
112
112
type = "button"
113
- className = { `${ theme [ 'section-header' ] } ${ isShowSubCategory ? theme . expanded : '' } ` }
113
+ className = { `${ theme [ 'section-header' ] } ${ ! isShowSubCategory ? theme . expanded : '' } ` }
114
114
onClick = { ( ) => { this . setState ( { isShowSubCategory : ! isShowSubCategory } ) ; } }
115
115
>
116
116
< span className = { theme [ 'section-title' ] } > sub category</ span >
Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ $green-color: #137d60;
102
102
}
103
103
104
104
.expanded {
105
+ margin-bottom : 0 !important ;
106
+
105
107
svg {
106
108
-moz-transform : scale (-1 , -1 );
107
109
-o-transform : scale (-1 , -1 );
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ $text-gray: #7f7f7f;
77
77
flex-direction : column ;
78
78
margin-left : 22px ;
79
79
color : $text-black ;
80
- cursor : pointer ;
80
+ align-items : flex-start ;
81
81
82
82
> div {
83
83
position : relative ;
Original file line number Diff line number Diff line change 146
146
align-items : center ;
147
147
background-image : url (assets/images/data-back.svg );
148
148
width : 78px ;
149
- height : 69 px ;
149
+ height : 71 px ;
150
150
}
151
151
152
152
.trackIconDesign {
207
207
208
208
@include xs-to-sm {
209
209
margin : 32px 0 0 0 ;
210
+ text-align : center ;
210
211
}
211
212
212
213
.trackTitle {
219
220
text-align : left ;
220
221
text-transform : uppercase ;
221
222
margin-bottom : 13px ;
222
- display : block ;
223
+ display : inline- block ;
223
224
224
225
@include xs-to-sm {
225
226
text-align : center ;
You can’t perform that action at this time.
0 commit comments