[Frontend] New .loading class

open #190
CSS for revised .loading class;
Commented out/removed old .loading styles;
Theme constants for loading colors added
to theme files;
This commit is contained in:
Charles Hacskaylo
2015-10-15 16:23:42 -07:00
parent 9cc0c0b06f
commit d7bd793bf3
8 changed files with 397 additions and 205 deletions

View File

@@ -112,6 +112,7 @@ ul.tree {
}
}
/*
&.loading {
pointer-events: none;
.label {
@@ -124,6 +125,7 @@ ul.tree {
margin-left: 14px;
}
}
*/
&.selected {
background: $colorItemTreeSelectedBg;