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 <[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].
