mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 11:48:52 +00:00
Removed css in favor of using inverted glyphicon
This commit is contained in:
parent
9a8f9c6938
commit
274f4ab4d2
2 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue