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 2018/03/27 08:32:35 UTC

[royale-asjs] 40/49: some initial slider look

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

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

commit a593e345f040ba88f5494d4d78fd1df51e53927f
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Mar 24 10:49:24 2018 +0100

    some initial slider look
---
 .../JewelTheme/src/main/sass/components/_slider.sass      | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/frameworks/themes/JewelTheme/src/main/sass/components/_slider.sass b/frameworks/themes/JewelTheme/src/main/sass/components/_slider.sass
index 6e8d491..9fd2299 100644
--- a/frameworks/themes/JewelTheme/src/main/sass/components/_slider.sass
+++ b/frameworks/themes/JewelTheme/src/main/sass/components/_slider.sass
@@ -33,18 +33,21 @@
         &:hover
             opacity: 1
 
+        :focus
+            outline: none
+            
         &::-webkit-slider-thumb
             -webkit-appearance: none
             appearance: none
-            width: 25px
-            height: 25px
+            width: 15px
+            height: 15px
             border-radius: 50%
-            background: #4CAF50
+            background: $primary-color
             cursor: pointer
         
         &::-moz-range-thumb
-            width: 25px
-            height: 25px
+            width: 15px
+            height: 15px
             border-radius: 50%
-            background: #4CAF50
+            background: $primary-color
             cursor: pointer

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