From d625e143f80b09e6b523ef6e8d0efd78aa005e71 Mon Sep 17 00:00:00 2001 From: Kuldeep Matharu Date: Thu, 25 Jul 2024 13:21:56 +0100 Subject: [PATCH] button link background --- src/component/button/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/component/button/index.css b/src/component/button/index.css index 4d7bfa09..8a2beb08 100644 --- a/src/component/button/index.css +++ b/src/component/button/index.css @@ -200,7 +200,8 @@ button .icon, width: 100%; } -.button-link { +.button-link, +.button-link:link { background-color: transparent; border: 0; color: hsl(var(--button-link-text));