Skip to content

Commit

Permalink
WIP Remove obsolete scss comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed Dec 3, 2018
1 parent 438c8bc commit 1e04648
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions packages/mdc-select/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@
}

@mixin mdc-select-outline-shape-radius($radius, $rtl-reflexive: false) {
// NOTE: idle and notched state border radius mixins
// are broken into 2 different mixins, otherwise
// we would be overly specific (big no, no). The cause of
// this is because .mdc-notched-outline and .mdc-notched-outline__idle
// are siblings. .mdc-notched-outline__idle needs to be a child of
// .mdc-notched-outline in order to remedy this issue.
$resolved-radius: mdc-shape-resolve-percentage-radius($mdc-select-height, $radius);

.mdc-notched-outline {
Expand Down
6 changes: 0 additions & 6 deletions packages/mdc-textfield/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,6 @@
}

@mixin mdc-text-field-outline-shape-radius($radius, $rtl-reflexive: false) {
// NOTE: idle and notched state border radius mixins
// are broken into 2 different mixins, otherwise
// we would be overly specific (big no, no). The cause of
// this is because .mdc-notched-outline and .mdc-notched-outline__idle
// are siblings. .mdc-notched-outline__idle needs to be a child of
// .mdc-notched-outline in order to remedy this issue.
$resolved-radius: mdc-shape-resolve-percentage-radius($mdc-text-field-height, $radius);

.mdc-notched-outline {
Expand Down

0 comments on commit 1e04648

Please sign in to comment.