Removes unneeded css styles
This commit is contained in:
parent
244de8096f
commit
3e1dc298c8
|
@ -3,13 +3,10 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 5px 7px;
|
padding: 5px 7px;
|
||||||
color: $inputColor;
|
|
||||||
border-radius: $borderRadius;
|
border-radius: $borderRadius;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border:1px solid $inputBorderColor;
|
|
||||||
background-color: $inputBackground;
|
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
|
|
|
@ -71,9 +71,6 @@ $inlayFilmstripOnlyColor: #474747;
|
||||||
$inlayFilmstripOnlyBg: #fff;
|
$inlayFilmstripOnlyBg: #fff;
|
||||||
|
|
||||||
// Main controls
|
// Main controls
|
||||||
$inputBackground: $controlBackground;
|
|
||||||
$inputBorderColor: #ccc;
|
|
||||||
$inputColor: $controlColor;
|
|
||||||
$placeHolderColor: #a7a7a7;
|
$placeHolderColor: #a7a7a7;
|
||||||
$readOnlyInputColor: #a7a7a7;
|
$readOnlyInputColor: #a7a7a7;
|
||||||
$defaultDarkSelectionColor: #ccc;
|
$defaultDarkSelectionColor: #ccc;
|
||||||
|
|
Loading…
Reference in New Issue