From edc6029b13bf5326cbb83bf8fd9d000c95786450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20H=C3=A4yry?= Date: Wed, 7 Feb 2018 16:08:32 +0200 Subject: [PATCH] According to Jouni in #418 vaadin-button style override should be removed --- src/main/webapp/frontend/src/styles/shared-styles.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/webapp/frontend/src/styles/shared-styles.html b/src/main/webapp/frontend/src/styles/shared-styles.html index 59f699f97..db9a478fa 100644 --- a/src/main/webapp/frontend/src/styles/shared-styles.html +++ b/src/main/webapp/frontend/src/styles/shared-styles.html @@ -171,11 +171,6 @@ .bold { font-weight: 600; } - - vaadin-button:not([theme]) { - box-shadow: 0 0 0 1px var(--lumo-shade-10pct), 0 1px 2px 0 var(--lumo-shade-20pct); - background-color: var(--_lumo-button-background-color, var(--lumo-tint-80pct)); - }