File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ export default class SidebarMobile extends React.Component {
18
18
onTouchStart = { this . _handleTouchStart . bind ( this ) }
19
19
onTouchMove = { this . _handleTouchMove . bind ( this ) }
20
20
onTouchEnd = { this . _handleTouchEnd . bind ( this ) } >
21
- < div className = "opener "
21
+ < div className = "sidebar-mobile__toggle "
22
22
onTouchStart = { this . _handleTouchStart . bind ( this ) }
23
23
onTouchMove = { this . _handleOpenerTouchMove . bind ( this ) }
24
24
onTouchEnd = { this . _handleTouchEnd . bind ( this ) } >
25
25
</ div >
26
- < div className = "sidebar-content " >
26
+ < div className = "sidebar-mobile__content " >
27
27
< i className = "sidebar-mobile__close icon-cross"
28
28
onClick = { this . _close . bind ( this ) } />
29
29
@@ -165,4 +165,4 @@ export default class SidebarMobile extends React.Component {
165
165
}
166
166
167
167
}
168
- }
168
+ }
You can’t perform that action at this time.
0 commit comments