Update test styles.

This commit is contained in:
Lars Jung 2015-04-27 12:05:22 +02:00
parent b5049ea855
commit af34531ee0

View file

@ -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;
}
}