Removed css in favor of using inverted glyphicon

This commit is contained in:
Keith Holliday 2015-11-25 23:44:13 -06:00
parent 9a8f9c6938
commit 274f4ab4d2
2 changed files with 2 additions and 6 deletions

View file

@ -394,11 +394,6 @@ for $stage in $stages
a.badge
position: relative; top:-2px
a.push-down span
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
.task:hover .task-meta-controls
opacity: 1

View file

@ -14,7 +14,8 @@
// Icons only available if you own the tasks (aka, hidden from challenge stats)
span(ng-if='!obj._locked')
a(ng-click='pushTask(task,$index,"top")', tooltip=env.t('pushTaskToTop'), ng-class="{'push-down': pushLocation == 'bottom'}")
span.glyphicon.glyphicon-open
span(ng-hide="pushLocation == 'bottom'").glyphicon.glyphicon-open
span(ng-show="pushLocation == 'bottom'").glyphicon.glyphicon-save
// a(ng-click='pushTask(task,$index,"bottom")', tooltip=env.t('pushTaskToBottom'))
// span.glyphicon.glyphicon-import
// // glyphicon-import or glyphicon-save or glyphicon-sort-by-attributes