diff --git a/packages/components/src/button/style.scss b/packages/components/src/button/style.scss index a611eb5f68e51..c8a688f40cbc3 100644 --- a/packages/components/src/button/style.scss +++ b/packages/components/src/button/style.scss @@ -31,6 +31,7 @@ border-color: #999; box-shadow: inset 0 -1px 0 #999; color: #23282d; + text-decoration: none; } &:focus:enabled { @@ -40,6 +41,8 @@ box-shadow: inset 0 -1px 0 #999, 0 0 0 2px $blue-medium-200; + text-decoration: none; + } &:active:enabled {