Skip to content

Commit

Permalink
fix(option): revert duplicate prop (#3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored and andrewseguin committed Feb 13, 2017
1 parent a02ed5a commit 516720f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/core/option/_option.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
@import '../style/menu-common';
@import '../a11y/a11y';

/** Default size of option text. */
$mat-option-font-size: 16px !default;

/**
* This mixin contains shared option styles between the select and
* autocomplete components.
Expand All @@ -14,7 +11,6 @@ $mat-option-font-size: 16px !default;
position: relative;
cursor: pointer;
outline: none;
font-size: $mat-option-font-size;

&[aria-disabled='true'] {
cursor: default;
Expand Down

0 comments on commit 516720f

Please sign in to comment.