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
The following commit(s) were added to refs/heads/feature/jewel-ui-set by this
push:
new c1f9b66 some initial slider look
c1f9b66 is described below
commit c1f9b66aeecea2946b2962306c74cf444d52410b
Author: Carlos Rovira <[email protected]>
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
[email protected].