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/01/04 15:56:19 UTC

[royale-asjs] branch develop updated: jewel-slider: remove color

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 d312b9a  jewel-slider: remove color
d312b9a is described below

commit d312b9ae101b60a5bd20ca2965549ab89f175da4
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Jan 4 16:56:07 2020 +0100

    jewel-slider: remove color
---
 frameworks/themes/JewelTheme/src/main/resources/defaults.css           | 3 ---
 .../themes/JewelTheme/src/main/sass/components-primary/_slider.sass    | 2 --
 2 files changed, 5 deletions(-)

diff --git a/frameworks/themes/JewelTheme/src/main/resources/defaults.css b/frameworks/themes/JewelTheme/src/main/resources/defaults.css
index c202e8b..051d7a7 100644
--- a/frameworks/themes/JewelTheme/src/main/resources/defaults.css
+++ b/frameworks/themes/JewelTheme/src/main/resources/defaults.css
@@ -779,9 +779,6 @@ j|FormItem {
   font-size: 16px;
 }
 
-.jewel.slider input {
-  color: #3CADF1;
-}
 .jewel.slider input::-ms-fill-lower {
   background: linear-gradient(#4ab3f2, #2ea7f0);
   border: 1px solid #0f88d1;
diff --git a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_slider.sass b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_slider.sass
index 3ca9c45..1f68c92 100644
--- a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_slider.sass
+++ b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_slider.sass
@@ -29,8 +29,6 @@ $slider-scale-transform: 1.4
     
     // -- INPUT
     input
-        color: $primary-color
-
         &::-ms-fill-lower
             @if $flat
                 background: $primary-color