diff --git a/dist/css/ionic.css b/dist/css/ionic.css index 7bfec377e9..4227a4f852 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -643,13 +643,13 @@ address { font-style: normal; line-height: 1.42857; } -a.subdued‎ { +a.subdued { padding-right: 10px; color: #f8f8f8; text-decoration: none; } - a.subdued‎:hover { + a.subdued:hover { text-decoration: none; } - a.subdued‎:last-child { + a.subdued:last-child { padding-right: 0; } /** diff --git a/scss/_type.scss b/scss/_type.scss index a09d4a2b03..27d4981e8a 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -168,7 +168,7 @@ address { // Links // ------------------------- -a.subdued‎ { +a.subdued { padding-right:10px; color: $stable; text-decoration: none;