Skip to content

Commit

Permalink
Sorting indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
msaladna committed Apr 11, 2021
1 parent 5e0ebfb commit f1f10f6
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
"shx": "^0.2.1",
"svgo": "^1.3.2",
"time-grunt": "^1.4.0",
"webpack-dev-server": "^3.1"
"webpack-dev-server": "^3.11.2"
},
"engines": {
"node": ">=4"
"node": "12"
},
"files": [
"dist",
"grunt",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
]
],
}
8 changes: 8 additions & 0 deletions scss/apnscp/_icons-actions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,4 +346,12 @@

.ui-action-revert-login {
@extend .fa-users;
}

.ui-action-sort-desc, .ui-action-sort {
@extend .fa-sort-amount-desc;
}

.ui-action-sort-asc {
@extend .fa-sort-amount-asc;
}
5 changes: 5 additions & 0 deletions scss/apnscp/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -790,4 +790,9 @@ a[rel=external]:after {
vertical-align: middle;
font-size: 0.75em;
margin-left: 0.35em;
}

[role=button] {
cursor: pointer;
user-select: none;
}
Loading

0 comments on commit f1f10f6

Please sign in to comment.