Change ng-click to real links on rule rows

This commit is contained in:
Gaël Métais
2015-07-31 19:41:47 +02:00
parent c305cc2f7d
commit 172b8cfb9b
5 changed files with 23 additions and 11 deletions
+5 -1
View File
@@ -108,7 +108,11 @@
.summary .notations .criteria .table {
width: 100%;
> div:hover > div {
> a {
text-decoration: none;
color: inherit;
}
> a:hover > div {
background: #EBD8E2;
cursor: pointer;
&.info {