From ec93121d4afc0fe791f99d58b6c297910999bb46 Mon Sep 17 00:00:00 2001 From: sthag Date: Sat, 12 Apr 2025 14:29:57 +0200 Subject: [PATCH] feat: Add button style --- elements/_interactive.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/elements/_interactive.scss b/elements/_interactive.scss index 2739650..7f7cc1f 100644 --- a/elements/_interactive.scss +++ b/elements/_interactive.scss @@ -174,6 +174,22 @@ button { } } +.button_clear { + @extend %basic_button; + padding: 0; + border: 0; + background-color: transparent; + + &:active, + &:focus { + background-color: transparent; + } + + &:hover { + background-color: $color_action_basic; + } +} + // Selection // ----------------------------------------------------------------------------- select {