From ead9cafba0b8f843309c226659992d2812a656ea Mon Sep 17 00:00:00 2001 From: Sheela Narayanaswami <34457496+sheela-svmx@users.noreply.github.com> Date: Tue, 5 Mar 2019 12:00:43 -0800 Subject: [PATCH] Add margin-right and margin-left (#28) --- HISTORY.md | 4 ++++ bower.json | 2 +- css/px-datetime-entry-styles.html | 2 +- package.json | 2 +- sass/px-datetime-entry.scss | 11 ++--------- 5 files changed, 9 insertions(+), 12 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9d4c79b1..d3528249 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +v3.2.7 +================== +* Add margin right and margin left. + v3.2.6 ================== * Minor spell Check error. diff --git a/bower.json b/bower.json index 45377854..2a2d51de 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "px-datetime-common", - "version": "3.2.6", + "version": "3.2.7", "main": [ "px-datetime-common.html" ], diff --git a/css/px-datetime-entry-styles.html b/css/px-datetime-entry-styles.html index da2b0c50..f4c9d59c 100644 --- a/css/px-datetime-entry-styles.html +++ b/css/px-datetime-entry-styles.html @@ -17,7 +17,7 @@ \ No newline at end of file diff --git a/package.json b/package.json index 12817b0d..5b550dad 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "px-datetime-common", "author": "General Electric", "description": "A Px component", - "version": "3.2.6", + "version": "3.2.7", "private": false, "extName": null, "repository": { diff --git a/sass/px-datetime-entry.scss b/sass/px-datetime-entry.scss index 06f6d19a..e3f34fd3 100644 --- a/sass/px-datetime-entry.scss +++ b/sass/px-datetime-entry.scss @@ -61,15 +61,8 @@ $inuit-enable-btn--bare : true; } .dt-icon-button{ min-width: auto; - /* - These margins are for pages that are rendered from "Right-To-Left" or "Left-To-Right" - If the writing direction is left-to-right, this value overrides margin-left. - If the writing direction is right-to-left, this value overrides margin-right. - */ - -webkit-margin-start: .33333rem; - -moz-margin-start: .33333rem; - -webkit-margin-end: .33333rem; - -moz-margin-end: .33333rem; + margin-right: .33333rem; + margin-left: .33333rem; } .dt-icon-button:hover, .dt-icon-button:focus {