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 878be62  few changes left for check
878be62 is described below

commit 878be620d93baa9a5337fe62fd40aec87a6f6ea7
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Tue Jun 12 16:08:16 2018 +0200

    few changes left for check
---
 .../themes/JewelTheme/src/main/resources/svgs/checkbox-tick.svg       | 2 +-
 .../themes/JewelTheme/src/main/sass/components-primary/_checkbox.sass | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/frameworks/themes/JewelTheme/src/main/resources/svgs/checkbox-tick.svg 
b/frameworks/themes/JewelTheme/src/main/resources/svgs/checkbox-tick.svg
index 4af1585..fd1d68d 100644
--- a/frameworks/themes/JewelTheme/src/main/resources/svgs/checkbox-tick.svg
+++ b/frameworks/themes/JewelTheme/src/main/resources/svgs/checkbox-tick.svg
@@ -19,7 +19,7 @@
 <svg viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg";>
     <g>
         <g>
-            <rect x="0" y="0" width="22" height="22" fill-opacity="0.5"/>
+            <rect x="0" y="0" width="22" height="22" fill-opacity="0"/>
             <polygon fill="#{$primary-color}" points="3.50018311 12.4854126 
8.48547363 17.4989624 18.4641113 7.47589111 15.5010376 4.51739502 8.48547363 
11.5650024 6.52087402 9.47265625"/>
         </g>
     </g>
diff --git 
a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_checkbox.sass 
b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_checkbox.sass
index dd57689..9bd04fd 100644
--- 
a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_checkbox.sass
+++ 
b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_checkbox.sass
@@ -22,7 +22,7 @@
 // CheckBox variables
 $checkbox-button-size: 22px
 $checkbox-border-radius: 3px
-$checkbox-label-separation: 6px
+$checkbox-label-separation: 8px
 $checkbox-label-font-size: 16px
 $checkbox-button-xoffset: 0px
 $checkbox-button-yoffset: 0px
@@ -96,8 +96,8 @@ $checkbox-button-yoffset: 0px
         &:focus + span::before, &:checked:focus + span::before, 
&:checked:active:focus + span::before
             outline: none
             @if $flat
-                border: 1px solid transparent
                 background: lighten($primary-color, 25%)
+                border: 1px solid transparent
             @else
                 background: linear-gradient(lighten($primary-color, 30%), 
lighten($primary-color, 20%))
                 border: 1px solid darken($primary-color, 15%)

-- 
To stop receiving notification emails like this one, please contact
carlosrov...@apache.org.

Reply via email to