summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.scss
Commit message (Collapse)AuthorAgeFilesLines
* fix(html): ariaSort isn't supported in Firefox yetNed Batchelder2021-10-231-2/+4
| | | | The HTML report index page wasn't indicating the sort order properly
* fix(html): fix a few problems with the html reportNed Batchelder2021-10-231-9/+9
| | | | | | | | | | - highlights weren't showing - anchored lines were not visible - some j/k motions were broken - clicking the big buttons at the top didn't work
* refactor(html): remove all uses of jQuery, only vanilla JS nowSeptatrix2021-10-231-20/+30
| | | | This is squashed from pull request #1248
* refactor(html): a one-header sticky headerNed Batchelder2021-10-231-28/+33
|
* fix(html): scrolling to an anchor ensures the line is visibleNed Batchelder2021-10-201-2/+7
| | | | | | | The sticky header was hiding the line scrolled to the top of the window. Along the way, also changed to use classes on <body> to control the sticky header, and moved the header code into a function.
* fix(html): adjust some colorsNed Batchelder2021-10-171-6/+5
| | | | | | | | - make the yellow border more visible - make the context-blue less vibrant - all colors are lower-case
* feat(html): sticky header on pyfileNed Batchelder2021-10-171-6/+37
|
* refactor(html): use header/main/footer html5 elementsNed Batchelder2021-10-171-5/+5
|
* fix: correct slight mis-layout of the hotkey panelsNed Batchelder2021-04-131-6/+6
|
* fix: HTML report makes room for 4-digit line numbers #1124Ned Batchelder2021-02-271-3/+3
| | | | Fixes: #1124
* Fix dark mode for context listing. #1009Ned Batchelder2020-07-091-7/+12
|
* Back to monospaced for the index pageNed Batchelder2020-07-051-1/+1
|
* More HTML tweaksNed Batchelder2020-06-291-8/+5
| | | | | | | | - Let the left and right cells have padding so the hover bar looks good. - Adjust the table left margin so the contents still line up with the header. - Fix the up/down arrows to be correct for the sorting order they indicate.
* A few further style tweaks to the HTML reportNed Batchelder2020-06-281-12/+16
| | | | | | - File names are not monospaced - Button styling make on/off a little more pronounced - Fix the alignment of the header on the index page
* Add dark mode to HTML output; improve accessibilityVince Salvino2020-02-111-85/+202
|
* More polish on the expandable contextsNed Batchelder2019-10-171-4/+9
|
* Annotations should appear when hovering the text line, but not other parts ↵Ned Batchelder2019-10-161-9/+15
| | | | of #source.p
* Only the active context labels should have colorNed Batchelder2019-10-151-4/+4
|
* Annotations and context labels have to co-existNed Batchelder2019-10-141-63/+52
|
* Better presentation of contexts. #855Ned Batchelder2019-10-131-30/+65
|
* Source code without tablesNed Batchelder2019-10-131-100/+131
|
* HTML: Mark things to show instead of to hide.Ned Batchelder2019-07-061-167/+165
| | | | | | | | | | Also made some other changes along the way: * Scroll bar markers change as the selected categories change. * We don't use css class 'stm' for anything, get rid of it. * Better sass use all around.
* More sass goodnessNed Batchelder2019-06-131-170/+177
|
* Update the test output css files tooNed Batchelder2019-06-131-2/+5
|
* Use sass for css generation, to get nice hover highlights on linesNed Batchelder2019-06-131-0/+463