[Frontend] File cleanup

open #199
open #278
Comments and empty CSS classes removed;
This commit is contained in:
Charles Hacskaylo
2015-11-18 17:15:13 -08:00
parent 558ad94b91
commit de9e41818b
4 changed files with 80 additions and 102 deletions

View File

@@ -31,7 +31,6 @@
}
.form {
// @include test(orange);
color: $colorFormText;
.form-section {
position: relative;
@@ -114,10 +113,6 @@
// Used in create overlay to display tree view
@include nice-input();
$h: 150px;
//@include border-radius($basicCr);
//@include box-sizing(border-box);
//background: rgba(black, 0.2);
//padding: $interiorMargin;
position: relative;
height: $h;
// max-width: 50%;
@@ -165,11 +160,6 @@ label.form-control.checkbox {
input[type="text"],
input[type="search"] {
@include nice-input();
&.filter {
&.ng-dirty {
// background: red;
}
}
&.numeric {
text-align: right;
}
@@ -177,7 +167,6 @@ input[type="search"] {
textarea {
@include nice-textarea($colorInputBg, $colorInputFg);
// font-size: 0.9em;
position: absolute;
height: 100%;
width: 100%;

View File

@@ -22,15 +22,6 @@
.filter,
.t-filter {
input.t-filter-input {
//height: $formInputH;
//width: 200px;
&:not(.ng-dirty) {
// TO-DO: Update compass install to support this
// @include input-placeholder {
// color: rgba(#fff, 0.3);
// font-style: italic;
// }
}
&:not(.ng-dirty) + .t-a-clear {
display: none;
}
@@ -72,7 +63,6 @@
background-color: $colorKey;
}
}
// &:not(ng-dirty)
}
.top-bar {
@@ -124,7 +114,6 @@
.clear-icon {
right: $iconEdgeM;
// Icon is visible only when there is text input
visibility: hidden;
opacity: 0;