Revert "Add summary placeholder chars experiment."
This reverts commit c254534cb4
.
Conflicts:
app/styles/layout/base.scss
stable
parent
32bd362499
commit
a0d12e091a
|
@ -2,22 +2,17 @@ div.summary
|
|||
div.summary-progress-bar
|
||||
div.current-progress
|
||||
div.data
|
||||
span.number(tg-bind-html="stats.completedPercentage")
|
||||
span.placeholderx ͿͿ%
|
||||
span.number(ng-bind="stats.completedPercentage")
|
||||
ul
|
||||
li
|
||||
span.number(tg-bind-html="stats.total_points")
|
||||
span.placeholderx ͿͿͿ
|
||||
span.number(ng-bind="stats.total_points|default:'--'")
|
||||
span.description project<br />points
|
||||
li
|
||||
span.number(tg-bind-html="stats.defined_points")
|
||||
span.placeholderx ͿͿͿ
|
||||
span.number(ng-bind="stats.defined_points|default:'--'")
|
||||
span.description defined<br />points
|
||||
li
|
||||
span.number(tg-bind-html="stats.assigned_points")
|
||||
span.placeholderx ͿͿͿ
|
||||
span.number(ng-bind="stats.assigned_points|default:'--'")
|
||||
span.description assigned<br />points
|
||||
li
|
||||
span.number(tg-bind-html="stats.closed_points")
|
||||
span.placeholderx ͿͿ %
|
||||
span.number(ng-bind="stats.closed_points|default:'-- %'")
|
||||
span.description closed<br />points
|
||||
|
|
|
@ -89,9 +89,3 @@ body {
|
|||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
//TODO If no reverted do refactor. Font-size should extend from previous font sizes in dependencies/typography.scss
|
||||
.placeholder {
|
||||
color: #888;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue