You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/05 12:46:51 UTC

[royale-asjs] branch develop updated: jewel-textinput: little adjust of padding to make default height 38px

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new f9639ef  jewel-textinput: little adjust of padding to make default height 38px
f9639ef is described below

commit f9639ef233076cf302a6cc5d360b72643a2d6230
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Mar 5 13:46:40 2020 +0100

    jewel-textinput: little adjust of padding to make default height 38px
---
 frameworks/projects/Jewel/src/main/resources/defaults.css          | 2 +-
 frameworks/projects/Jewel/src/main/sass/components/_textinput.sass | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css b/frameworks/projects/Jewel/src/main/resources/defaults.css
index c2bb071..0217e9f 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -3876,7 +3876,7 @@ j|TableRow {
   -ms-appearance: none;
   appearance: none;
   margin: 0;
-  padding: 0.68em 1.12em;
+  padding: 0.679em 1.12em;
   width: 100%;
   height: 100%;
   max-width: 100%;
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_textinput.sass b/frameworks/projects/Jewel/src/main/sass/components/_textinput.sass
index 9e53812..4dfa630 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_textinput.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_textinput.sass
@@ -21,7 +21,7 @@
 
 // TextInput variables
 $textinput-margin: 0 !default
-$textinput-padding-vertical: .68em !default
+$textinput-padding-vertical: .679em !default
 $textinput-padding-horizontal: 1.12em !default
 
 .jewel