Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlq committed Jul 19, 2016
1 parent 79221aa commit 7c90042
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions src/scripts/components/DatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,11 +436,7 @@ export default class DatePicker extends Component{
{ years.map((year, index) =>
<div key={index} onClick={() => this.selectYearHandle(year)}
ref={dom => (year === currentYear) && (this._activeYear=dom)}
<<<<<<< HEAD
className={classnames('datepicker-yeargroup-item', {active: year === currentYear})}>
=======
className={classnames('datepicker-yeargroup-item', {active: Number(year) === Number(currentYear)})}>
>>>>>>> e392cf93542809d6c3ef7bdbfb90d1a44f679eae
{year}
</div>
)}
Expand Down
20 changes: 0 additions & 20 deletions src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ $enable-gradients: true !default;
$enable-transitions: true !default;
$enable-hover-media-query: true !default;
$enable-grid-classes: true !default;
<<<<<<< HEAD
$enable-print-styles: true !default;
=======
>>>>>>> e392cf93542809d6c3ef7bdbfb90d1a44f679eae

// Spacing
$spacer: 1rem !default;
Expand Down Expand Up @@ -72,13 +68,7 @@ $inverse-level-2: rgba(0, 0, 0, .24) !default;
$inverse-level-3: rgba(0, 0, 0, .3) !default;
$inverse-level-6: rgba(0, 0, 0, .6) !default;

<<<<<<< HEAD
// Body
//
=======

// Body
>>>>>>> e392cf93542809d6c3ef7bdbfb90d1a44f679eae
$body-bg: $brand-pure !default;
$body-color: #666 !default;
$border-color: #e7eaec !default;
Expand Down Expand Up @@ -132,11 +122,7 @@ $font-size-lg: 1.25rem !default;
$font-size-sm: .875rem !default;
$font-size-xs: .75rem !default;

<<<<<<< HEAD
$line-height-base: 1.43 !default;

=======
>>>>>>> e392cf93542809d6c3ef7bdbfb90d1a44f679eae
$font-size-h1: 2.5rem !default;
$font-size-h2: 2rem !default;
$font-size-h3: 1.75rem !default;
Expand All @@ -161,15 +147,9 @@ $headings-line-height: 1.1 !default;
$headings-color: inherit !default;

$small-font-size: 80% !default;
<<<<<<< HEAD


$hr-border-color: rgba(0, 0, 0, .1) !default;
=======


$hr-border-color: $border-color !default;
>>>>>>> e392cf93542809d6c3ef7bdbfb90d1a44f679eae
$hr-border-width: $border-width !default;

$mark-padding: .2em !default;
Expand Down

0 comments on commit 7c90042

Please sign in to comment.