diff --git a/core/src/components/anchor/anchor.scss b/core/src/components/anchor/anchor.scss index e884f9e3fd..e150c03b42 100644 --- a/core/src/components/anchor/anchor.scss +++ b/core/src/components/anchor/anchor.scss @@ -4,16 +4,12 @@ // -------------------------------------------------- :host { - --text-decoration: none; - // default background / color --color: #{ion-color(primary, base)}; --background: transparent; background: var(--background); color: var(--color); - - text-decoration: var(--text-decoration); } :host(.ion-color) { diff --git a/core/src/components/anchor/test/basic/index.html b/core/src/components/anchor/test/basic/index.html index 0ab08e14bc..a05173e107 100644 --- a/core/src/components/anchor/test/basic/index.html +++ b/core/src/components/anchor/test/basic/index.html @@ -28,7 +28,11 @@
-
+
@@ -60,8 +64,14 @@