Skip to content

Commit 0bf05c3

Browse files
committed
The 'unsorted' up-down chevron is very fuzzy on retina screens, and somewhat fuzzy otherwise. Change to fa-sort* icons for sharpmenss, at least for now.
- Legacy-Id: 10648
1 parent 9bf1ff0 commit 0bf05c3

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -439,14 +439,8 @@ form.navbar-form input.form-control.input-sm { width: 141px; }
439439
pointer-events: none;
440440
}
441441

442-
/* revert some of the tablesorter theme back to bootstrap defaults */
443-
.tablesorter-bootstrap .bootstrap-icon-unsorted {
444-
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAMAAADOvxanAAAAVFBMVEUAAABCQkJZWVkZGRnJyckgICAZGRkZGRn8/PweHh4dHR0aGhoaGhpUVFQbGxvQ0NDc3NxMTExSUlIbGxvr6+s4ODhKSkogICAtLS00NDQzMzMnJydSEPrQAAAAGHRSTlMA1ssZRLgdAQbDyisqsZo8QdXUq0r9xPepSRwiAAAAX0lEQVQI13XHSQKAIAwEwQAKxn13Ev7/T2Pu9qmarJKPXIicI4PH4hxaKNrhm2S8bJK5h4YzKHrzJNtK6yYT/TdXzpS5zuYg4MSQYF6i4IHExdw1UVRi05HPrrvT53a+qyMFC9t04gcAAAAASUVORK5CYII=)
445-
}
446-
447442
.tablesorter-bootstrap { width: inherit; }
448443

449-
450444
.tablesorter-bootstrap thead tr th {
451445
background-color: inherit;
452446
font-family: inherit;

ietf/static/ietf/js/ietf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ $(document).ready(function () {
249249
// customize the styling a bit; more is done in ietf.css
250250
$.tablesorter.themes.bootstrap = {
251251
table: "",
252-
iconSortNone: "bootstrap-icon-unsorted",
253-
iconSortAsc: "glyphicon glyphicon-chevron-up",
254-
iconSortDesc: "glyphicon glyphicon-chevron-down",
252+
iconSortNone: "fa fa-sort",
253+
iconSortAsc: "fa fa-sort-asc",
254+
iconSortDesc: "fa fa-sort-desc",
255255
hover: "active"
256256
};
257257
// disable the URL-based sorting stuff that uses the django backend

0 commit comments

Comments
 (0)