[Frontend] New .loading class

open #190
Removed old .loading styles previously
commented out;
This commit is contained in:
Charles Hacskaylo
2015-10-19 11:13:50 -07:00
parent d7bd793bf3
commit fb0ce1eca8
2 changed files with 0 additions and 46 deletions

View File

@ -214,8 +214,6 @@
.search-scroll { .search-scroll {
order: 3; order: 3;
//padding-right: $rightPadding;
margin-top: 4px; margin-top: 4px;
// Adjustable scrolling size // Adjustable scrolling size
@ -227,29 +225,6 @@
.load-icon { .load-icon {
position: relative; position: relative;
/* &.loading {
pointer-events: none;
margin-left: $leftMargin;
.title-label {
// Text styling
font-style: italic;
font-size: .9em;
opacity: 0.5;
// Text positioning
margin-left: $iconWidth + $leftMargin;
line-height: 24px;
}
.wait-spinner {
margin-left: $leftMargin;
}
}
&:not(.loading) {
cursor: pointer;
}*/
} }
.load-more-button { .load-more-button {

View File

@ -83,7 +83,6 @@ ul.tree {
.icon { .icon {
&.l-icon-link, &.l-icon-link,
&.l-icon-alert { &.l-icon-alert {
//@include txtShdw($shdwItemTreeIcon);
position: absolute; position: absolute;
z-index: 2; z-index: 2;
} }
@ -105,28 +104,12 @@ ul.tree {
@include absPosDefault(); @include absPosDefault();
display: block; display: block;
left: $runningItemW + ($interiorMargin * 3); left: $runningItemW + ($interiorMargin * 3);
//right: $treeContextTriggerW + $interiorMargin;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
} }
/*
&.loading {
pointer-events: none;
.label {
opacity: 0.5;
.title-label {
font-style: italic;
}
}
.wait-spinner {
margin-left: 14px;
}
}
*/
&.selected { &.selected {
background: $colorItemTreeSelectedBg; background: $colorItemTreeSelectedBg;
color: $colorItemTreeSelectedFg; color: $colorItemTreeSelectedFg;
@ -144,9 +127,6 @@ ul.tree {
&:hover { &:hover {
background: rgba($colorBodyFg, 0.1); //lighten($colorBodyBg, 5%); background: rgba($colorBodyFg, 0.1); //lighten($colorBodyBg, 5%);
color: pullForward($colorBodyFg, 20%); color: pullForward($colorBodyFg, 20%);
//.context-trigger {
// display: block;
//}
.icon { .icon {
color: $colorItemTreeIconHover; color: $colorItemTreeIconHover;
} }
@ -160,7 +140,6 @@ ul.tree {
.context-trigger { .context-trigger {
$h: 0.9rem; $h: 0.9rem;
//display: none;
top: -1px; top: -1px;
position: absolute; position: absolute;
right: $interiorMarginSm; right: $interiorMarginSm;