File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -170,14 +170,14 @@ class Calendar extends React.Component {
170170 < button
171171 onClick = { this . props . onApply }
172172 type = "button"
173- className = "btn btn-default btn- block btn-success"
173+ className = "btn btn-block btn-success"
174174 >
175175 Apply
176176 </ button >
177177 < button
178178 onClick = { this . props . onCancel }
179179 type = "button"
180- className = "btn btn-default btn-block btn-default "
180+ className = "btn btn-default btn-block"
181181 >
182182 Cancel
183183 </ button >
Original file line number Diff line number Diff line change 101101 margin : 0.5px ;
102102 padding : 0 ;
103103 font-size : 0.9em ;
104- border : 1 px solid transparent ;
104+ border : 2 px solid transparent ;
105105
106106 button {
107107 padding : 15px ;
108108 }
109109
110110 & :hover {
111- border-color : #CCC ;
111+ border-color : $selected_month ;
112112 }
113113
114114 & .highlight {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ describe('<app/>', () => {
4343 onCancel = { onCancel }
4444 /> ) ;
4545
46- wrapper . find ( '.shortcuts .btn-default' ) . at ( 1 ) . simulate ( 'click' ) ;
46+ wrapper . find ( '.shortcuts .btn-default' ) . at ( 0 ) . simulate ( 'click' ) ;
4747 expect ( onCancel ) . to . have . property ( 'callCount' , 1 ) ;
4848 } ) ;
4949 } ) ;
You can’t perform that action at this time.
0 commit comments