Skip to content

Commit

Permalink
Update default button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Jan 9, 2020
1 parent 11677bc commit d16debe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/vaadin-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,12 @@
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: inherit;
}

:host([dir="rtl"]) #button {
left: auto;
right: 0;
}
</style>
<div class="vaadin-button-container">
<div part="prefix">
Expand Down

0 comments on commit d16debe

Please sign in to comment.