From 846899db0ecd297eaa46abc3339b42093808d485 Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Fri, 28 Jul 2017 12:56:02 -0700 Subject: [PATCH] fix(list): :empty selector did not catch in mat-list-text (#6124) Since there was a whitespace character (newline) in the HTML, :empty never triggered in the CSS --- src/lib/list/list-item.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/list/list-item.html b/src/lib/list/list-item.html index 1d1d09466fd4..bd0f404f5821 100644 --- a/src/lib/list/list-item.html +++ b/src/lib/list/list-item.html @@ -9,9 +9,7 @@ [mdListAvatar], [mdListIcon], [matListAvatar], [matListIcon]"> -
- -
+