From b7566f656a52a7b56da376c0813693ed1d18d7c3 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Wed, 8 Nov 2017 00:05:13 +0000 Subject: [PATCH] chore: fix lint errors Fixes a couple of stylelint and tslint errors. --- src/lib/select/select.spec.ts | 1 - .../table-selection/table-selection-example.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/select/select.spec.ts b/src/lib/select/select.spec.ts index 45cb03cf0c59..a58f331646b7 100644 --- a/src/lib/select/select.spec.ts +++ b/src/lib/select/select.spec.ts @@ -1870,7 +1870,6 @@ describe('MatSelect', () => { // There appears to be a small rounding error on IE, so we verify that the value is close, // not exact. - let platform = new Platform(); if (platform.TRIDENT) { let difference = Math.abs(optionTop + (menuItemHeight - triggerHeight) / 2 - triggerTop); diff --git a/src/material-examples/table-selection/table-selection-example.css b/src/material-examples/table-selection/table-selection-example.css index 3054e3cfbffb..ee01a3c8fa53 100644 --- a/src/material-examples/table-selection/table-selection-example.css +++ b/src/material-examples/table-selection/table-selection-example.css @@ -11,5 +11,5 @@ } .mat-column-select { - overflow: initial; + overflow: visible; }