Issue 65 - Ability to select a rule to ignore from result - css / html

This commit is contained in:
perryharlock
2014-01-02 16:27:35 +00:00
committed by Rowan Manning
parent da9b383909
commit 4347acf654
3 changed files with 22 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -256,10 +256,27 @@
li {
margin-bottom:20px;
padding-right:90px;
position:relative;
&:last-child {
margin-bottom:0;
}
.btn {
display:none;
position:absolute;
right:0;
top:20px;
&:hover {
color:@brand-primary;
}
}
&:hover .btn {
display:block;
}
}
.rule-name {
@@ -267,6 +284,7 @@
font-style:italic;
word-wrap:break-word;
}
}
.task-danger {
border-color:@brand-danger;