From d16debea85ca66962a8127bfbc29d3825b1d9395 Mon Sep 17 00:00:00 2001 From: Yuriy Yevstihnyeyev Date: Thu, 9 Jan 2020 13:03:18 +0200 Subject: [PATCH] Update default button styles --- src/vaadin-button.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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; - }