Skip to content

Commit

Permalink
fix hover style
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipple authored and BrianSipple committed Jun 21, 2016
1 parent 7769ec2 commit bc33251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content-for/head-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
}

.axe-violation:hover {
background-image: none;
background-image: none !important;
}
</style>
2 changes: 1 addition & 1 deletion tests/acceptance/violations-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ moduleForAcceptance('Acceptance | violations', {
test('marking DOM nodes with violations', function(assert) {

sandbox.stub(axe.ember, 'a11yCheckCallback', function (results) {

console.log('Results****', results.violations.find);
assert.equal(results.violations.length, 2);

const buttonNameViolation = findBy(results.violations, 'id', 'button-name');
Expand Down

0 comments on commit bc33251

Please sign in to comment.