From 685bb1b56c11c323d5ecd0f19666ab9567ca21b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 18 Oct 2018 10:32:14 +0200 Subject: [PATCH] Fix button styles --- .../Resources/Private/Assets/scss/remix/_buttons.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_buttons.scss b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_buttons.scss index 8c0572ff..27be4900 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_buttons.scss +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_buttons.scss @@ -1,6 +1,4 @@ -.button, -button:active, -button:focus { +.button { background-color: $color-button-background; color: $color-button-foreground; text-transform: uppercase;