Browse Source

Removes unneeded css styles

j8
yanas 8 years ago
parent
commit
3e1dc298c8
2 changed files with 0 additions and 6 deletions
  1. 0
    3
      css/components/_input-control.scss
  2. 0
    3
      css/themes/_light.scss

+ 0
- 3
css/components/_input-control.scss View File

3
     display: inline-block;
3
     display: inline-block;
4
     width: 100%;
4
     width: 100%;
5
     padding: 5px 7px;
5
     padding: 5px 7px;
6
-    color: $inputColor;
7
     border-radius: $borderRadius;
6
     border-radius: $borderRadius;
8
     line-height: 32px;
7
     line-height: 32px;
9
     height: 32px;
8
     height: 32px;
10
     text-align: left;
9
     text-align: left;
11
-    border:1px solid $inputBorderColor;
12
-    background-color: $inputBackground;
13
     margin-bottom: 8px;
10
     margin-bottom: 8px;
14
 
11
 
15
     &:last-child {
12
     &:last-child {

+ 0
- 3
css/themes/_light.scss View File

71
 $inlayFilmstripOnlyBg: #fff;
71
 $inlayFilmstripOnlyBg: #fff;
72
 
72
 
73
 // Main controls
73
 // Main controls
74
-$inputBackground: $controlBackground;
75
-$inputBorderColor: #ccc;
76
-$inputColor: $controlColor;
77
 $placeHolderColor: #a7a7a7;
74
 $placeHolderColor: #a7a7a7;
78
 $readOnlyInputColor: #a7a7a7;
75
 $readOnlyInputColor: #a7a7a7;
79
 $defaultDarkSelectionColor: #ccc;
76
 $defaultDarkSelectionColor: #ccc;

Loading…
Cancel
Save