From d87aaf21418230dc1e01c91ac49aeeb769b83815 Mon Sep 17 00:00:00 2001 From: Melanie Retter Date: Thu, 14 Jul 2016 14:48:50 +0200 Subject: [PATCH] Delete css style for default-color Signed-off-by: Melanie Retter --- .../resources/VAADIN/themes/hawkbit/customstyles/common.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/common.scss b/hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/common.scss index 802dd5a70..ecacdcd67 100644 --- a/hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/common.scss +++ b/hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/common.scss @@ -293,8 +293,4 @@ padding-bottom: 12px !important; } - .v-button-default-color { - color: #551f62; - } - }