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 {