diff --git a/src/vaadin-button.html b/src/vaadin-button.html index 43a938f..e5f53e9 100644 --- a/src/vaadin-button.html +++ b/src/vaadin-button.html @@ -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; - }