diff --git a/test/styles.less b/test/styles.less index 04289159..ccb3e55f 100644 --- a/test/styles.less +++ b/test/styles.less @@ -178,11 +178,11 @@ color: inherit; background: inherit; text-decoration: none; + cursor: pointer; } a:hover { background: @col-grey-200; - cursor: pointer; } .count { @@ -203,38 +203,8 @@ #mocha-report > .suite { margin: 32px; } -} -#mocha-stats { - display: none; - // position: fixed; - // top: 40px; - // right: 20px; - // margin: 0; - // color: @col-grey-800; - // z-index: 1; - // font-size: 13px; - - // em { - // font-style: normal; - // font-size: 14px; - // } - // a { - // text-decoration: none; - // color: inherit; - // } - // li { - // display: inline-block; - // margin: 0 5px; - // list-style: none; - // padding-top: 11px; - // } - // canvas { - // width: 40px; - // height: 40px; - // } - // .progress { - // float: right; - // padding-top: 0; - // } + #mocha-stats { + display: none; + } }