Skip to content

Commit

Permalink
According to Jouni in #418 vaadin-button style override is not needed (
Browse files Browse the repository at this point in the history
…#428)

* According to Jouni in #418 vaadin-button style override should be removed
  • Loading branch information
johannesh2 authored and manolo committed Feb 7, 2018
1 parent 36572ba commit 6d804ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/webapp/frontend/src/styles/shared-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
</style>
</template>
</dom-module>

0 comments on commit 6d804ea

Please sign in to comment.